Welcome Guest ( Log In | Register )



3 Pages V   1 2 3 >  
Reply to this topicStart new topic
> Monitor Size
Josh_Jpn
post Feb 24 2005, 06:28 AM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 24
Joined: 21-February 05
Member No.: 2,724



I wondering what the average monitor sizes is? Also does anyone know how to code your html, so that it causes a website to grow or shrink to fit into the screen?

Thanks

-------------------------
This isn't a tutorial acticle at all - and on top of that posted in: Free Web Hosting > Computers & Tech > How-To's and Tutorials > Programming > HTML, XML and other Markup Languages ??? May I know how these two are related ?? Anyways, moved to Hardware section..
m^e
Go to the top of the page
 
+Quote Post
NilsC
post Feb 24 2005, 03:13 PM
Post #2


To Err Is Human, To Forgive Divine
Group Icon

Group: Members
Posts: 558
Joined: 24-December 04
From: http://www.ultimatekayakfishing.com/
Member No.: 1,871



I moved the post here, it's not a tutorial but a question. Keep the tutorial section for tutorials and comments only smile.gif

Thank you
Nils
Go to the top of the page
 
+Quote Post
niblettr
post Feb 25 2005, 02:12 PM
Post #3


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 2
Joined: 25-February 05
Member No.: 2,785



Mines 19" (monitor that is)
Go to the top of the page
 
+Quote Post
MajesticTreeFrog
post Feb 25 2005, 05:02 PM
Post #4


Super Member
Group Icon

Group: Members
Posts: 692
Joined: 25-November 04
Member No.: 1,523



My monitor is a 15" flat panel.

Um, as for HTML and webpages, it should really do that automatically, though it depends on how it is coded, especially with CSS. But in terms of straight up HTML, it should expand to screen resolution automatically.
Go to the top of the page
 
+Quote Post
k22
post Feb 25 2005, 05:54 PM
Post #5


Advanced Member
Group Icon

Group: Members
Posts: 165
Joined: 22-September 04
From: IS - IT - US - BE
Member No.: 804



17" LCD monitor smile.gif

if you want you can reduce the dimension of a table of the page or something else using PHP or JS or any other language, you need a function that takes the resolution of the browser and so changes the dimension of object in the page wink.gif
Go to the top of the page
 
+Quote Post
NilsC
post Feb 25 2005, 06:38 PM
Post #6


To Err Is Human, To Forgive Divine
Group Icon

Group: Members
Posts: 558
Joined: 24-December 04
From: http://www.ultimatekayakfishing.com/
Member No.: 1,871



I'm using a 21" NEC monitor and a Dell 19" LCD monitor. I change the resolution around as I'm testing to see what it will look like in different resolutions. I never go below 800x600 and while working I try to create so it looks the best in 1280x1024 (My default screen resolution) I know most people say to create for 800x600 but I'm aiming high laugh.gif

I tried to setup different CSS pages depending on the visitors screen resolution, it ended up not working on my first try. I have to work some more on that. tongue.gif

I have seen a couple of nice sites that have one setting for a user with the 800x600 and another for 1280x1024. Not sure if they hard coded the width of the page and centered or if they used css to create that.

Nils
Go to the top of the page
 
+Quote Post
Rudy
post Feb 25 2005, 09:23 PM
Post #7


Advanced Member
Group Icon

Group: Members
Posts: 160
Joined: 1-January 05
From: USVI
Member No.: 1,961



For it to expand automatic you have to set the table width to 100%. This will always full the screen width no matter what you adjust the browser window to.

Example:
<html>
<body><table width=100% border=1 bordercolor=#000000><tr><td>Text here text here</td></tr></table></body>
</html>

This table window has a border that will expand with the browser window. smile.gif
Go to the top of the page
 
+Quote Post
hihihihi88
post Feb 26 2005, 03:40 AM
Post #8


Advanced Member
Group Icon

Group: Members
Posts: 117
Joined: 5-February 05
Member No.: 2,521



Mine is 15" LCD moitor , in my office is 17" crt moitor
crt is more suitable for design working
Go to the top of the page
 
+Quote Post
almoo7
post Feb 26 2005, 10:17 AM
Post #9


Advanced Member
Group Icon

Group: [HOSTED]
Posts: 139
Joined: 12-September 04
From: Philippines
Member No.: 505



I got a 14", that's because i'm not really into monitors. laugh.gif
Go to the top of the page
 
+Quote Post
friso
post Feb 26 2005, 12:49 PM
Post #10


Advanced Member
Group Icon

Group: Members
Posts: 142
Joined: 24-November 04
From: Netherlands
Member No.: 1,504



i got a 15" tft flatpanel on my own computer in my own room, and on the other computer we got a 17" TFT (im not on that one that much). with a website, i recommend, if it fits with your template design, to count on 15" screens, and 1024*768 pixels, and if there is more, just blank spaces on the left and right of the screen, just centre it all.
Go to the top of the page
 
+Quote Post

3 Pages V   1 2 3 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Help Needed: Monitor Out Of Timing(6)
  2. VGA Monitor Cable Problems(7)
  3. LCD Monitor: VGA Or DVI ?(6)
  4. VGA Mode Not Supported Message On Monitor(9)
  5. I Cant Get Monitor To Work With New Mobo And Video Card(7)
  6. Pc Monitor Not Working(8)
  7. Crt Monitor Puzzler. Help Appreciated(12)


 



- Lo-Fi Version Time is now: 8th September 2008 - 02:42 AM