web page sizing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to get my web pages to center the information is resolution is
smaller than what it was built for. i built the pages for 1024x768. but when
someone is using 800x600 the pages are all messed up. anyone know a fix?
thanks
 
Put the content in a table, specify the table size as a percentage rather
than a fixed pixel width. Then according to the user's resolution, it wil
expand & contract accordingly, and remain within the viewing area of the
browser window, with no horizontal scroll bar.

Then in the table properties, set it to centred and a width of say, 60%
(which leaves about 20% on either side).
 
thanks so much

Andrew Murray said:
Put the content in a table, specify the table size as a percentage rather
than a fixed pixel width. Then according to the user's resolution, it wil
expand & contract accordingly, and remain within the viewing area of the
browser window, with no horizontal scroll bar.

Then in the table properties, set it to centred and a width of say, 60%
(which leaves about 20% on either side).
 
Back
Top