Front Page 2003 on other computers

J

John AF

I am having proplems with my website created in Front Page 2003 when viewed
on other computers it is not like I designed it. I designed it using Vista
Home Premium and when viewed on othe systems like XP etc it shows up mixed
up. Meaning pictures and printing overlap. Is there a meta tag or line of
code I nedd to add to the HTML to keep this from happening. My web site is
http://www.johnafilion.com
 
R

Ronx

Here is one contributing factor:
<div style="position: absolute; width: 286px; height: 26px; z-index: 1;
left: -87px; top: 152px" id="layer6">

Absolute positioning means just that - the top left corner of the <div..
id="layer6"> is fixed in position, but the rest of the page can move around
it. Result - overlaps when the browser is resized, or the font size is
changed by the user.
There is no simple meta tag that will fix this, it is a basic page layout
design issue.

--
Ron Symonds
Microsoft MVP (Expression)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 

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