English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I made this webpage for my site...but it does not fit all screen types. On my computer when I go to that page it fits inside my browser perfectly. But when you use a wider screen or something else you have to scroll left and right. I know other sites don't do this. How do I make my page fit all screens? Is there an HTML code? If there is can you give me it and where would I insert it? Thanks!

2007-11-12 01:42:53 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

The answer comes in two camps

Camp 1) No such thing as universal website. Pick a resolution (800x600, or 1024x768) and stick with it.

Camp 2) Try the "rubber band table" approach. If you set a table's width to 100%, it'll take up the entire width of the screen, no matter what width you set the browser to. Then you can set the columns inside the table to appropriate proportions... Hmmm...

2007-11-12 02:10:10 · answer #1 · answered by Kasey C 7 · 0 0

Well there are two ways to do this:
One way is to do what yahoo did to their yahoo answers website, make a fixed website that will fit a screen resolution of 800X600 and center it.

Another way is to design your website using percentages instead of a fixed number, this will allow you to make the website fit in full screen on anyones computer.
This website used that method
(take a look and see if you like it)
http://www.google.com/ig

2007-11-12 04:43:54 · answer #2 · answered by Anonymous · 0 0

what is your site's URL?
if you use table, you must use the code like this.

if you use tag div, then you can use css like this

hope these can help you.

2007-11-12 01:52:53 · answer #3 · answered by Jehovah 1 · 0 0

Don't set sizes in Pixels,set it as x% like 60% and all

2007-11-12 01:47:51 · answer #4 · answered by Kalipso 4 · 0 0

fedest.com, questions and answers