Click to See Complete Forum and Search --> : Web page too big!!


bash
07-16-2004, 02:05 PM
I recently created a website on my computer with the screen resolution at 1024x768.

When i viewed the website on another computer at resolution 800x600, the web page did not fully fit on the screen.

Is there a way of setting a page so regardless of the screen resolution, the page will show in full?

I now have to redesign the site from scratch at resolution 800x600.

Hope someone can help!!

TM

Charles
07-16-2004, 02:20 PM
A properly designed web site will fit on any sized screen - and it will work well when there is no screen at all. The trick is to not use TABLEs for layout.

PeOfEo
07-16-2004, 03:16 PM
cross posted
http://www.webdeveloper.com/forum/showthread.php?s=&threadid=39658

bash
07-17-2004, 07:45 AM
Can someone point me to some good tutorials regarding web page layouts using CSS please?

Thanks...

HotShot
07-19-2004, 12:22 PM
Here are some I think are useful:

2, 3, and 4 column CSS layouts (http://glish.com/css/)
Common 2 and 3 column CSS layouts (http://www.bluerobot.com/web/layouts/)
Tabless Layout- How To by W3C (http://www.w3.org/2002/03/csslayout-howto)
Why not use tables for layout (http://webdesign.about.com/library/weekly/aa111102a.htm)

My favorite:
Complete and comprehensive guide to all aspects of CSS design (http://www.keithjbrown.co.uk/vworks/design/design_2.shtml)