Locking page size for different screen resolutions

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

Guest

Can anyone please help I have created a web page but when the pages are
viewed on different computers the pages go all wrong, text goes over pictures
etc. I was wondering is there somehow that you can actually lock the page
created so that it rescales automatically when viewed in different screen
resolution. Any help will be much appreciated.
 
If you are using absolute positioning (and " text goes over pictures
etc" makes me think you are) then you cannot lock the site so that it
rescales automatically.
Place all the content in a table, and use tables for positioning the
objects in the page. The page can be set to a % width, when it will
rescale for different browser sizes (but content will move around), or
a fixed width (where a user changing the font size may cause other
problems).
Take a look at http://www.thepattysite.com/window_sizes1.cfm
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

"National Marketplace" <National
(e-mail address removed)> wrote in message
news:[email protected]...
 
Screen resolution has nothing to do with it, other than limiting the maximum
practical width you can have for your browser, you know? The key variable
is that browser viewport width....
 
Back
Top