web page sizing

T

tcvalpak

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
 
A

Andrew Murray

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).
 
T

tcvalpak

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top