how do i format Frontpage to look the same on all screens sizes

  • Thread starter Thread starter Guest
  • Start date Start date
This is a function of the method that you have used to place those images on
the page. To know what that is, we would have to see your page. Can you
post a link?
 
Usually what most developers do is to create a fixed table to contain all
the content inside. This table can then be set to a definite width and all
the contents will be designed to fill it. Since the table will always be a
certain size, it won't stretch for users with higher resolution monitors
though it will appear in the left side of the screen. Some people like to
float the table in the center so that there is equal space to the left and
right for users with higher resolution monitors.

hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Back
Top