Browser Conformity

  • Thread starter Thread starter Jacquelyn Copeland
  • Start date Start date
J

Jacquelyn Copeland

Is there a way to ensure that the a newly designed website
shows up the same on different browsers/computers? When I
open my site on a labtop the tables shift and squeeze
together sometimes overlapping. This will not work. Is
there any way to prevent this?

Thank you,
Jacquelyn
 
The only way to ensure that tables don't
adjust to different resolutions is to set them
at a fixed width.
750 pixels will work, as the majority
of monitors are set at 800 by 600.

hth

--
95isalive
This site is best viewed..................
...............................with a computer
Is there a way to ensure that the a newly designed website
shows up the same on different browsers/computers? When I
open my site on a labtop the tables shift and squeeze
together sometimes overlapping. This will not work. Is
there any way to prevent this?

Thank you,
Jacquelyn
 
-----Original Message-----
Is there a way to ensure that the a newly designed
website shows up the same on different
browsers/computers? When I open my site on a labtop the
tables shift and squeeze together sometimes overlapping.
This will not work. Is there any way to prevent this?

Thank you,
Jacquelyn

Don't use absolute positioning. Instead, use only HTML
tables for page layout.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Back
Top