Shared Borders (addendum)

B

bill gee

Now I am not sure if it is the borders or the page, The
top shared border is identical on every page and as you
go from page to page you cannot see the difference except
on the home page where the entire page itself is shifted
right. It is especially bad in Netscape 7.1 where it
shifts the website title down. I put it up antway and
it can be viewed ar Websitemaster.us
thanx
 
J

Jim Buyens

-----Original Message-----
Now I am not sure if it is the borders or the page, The
top shared border is identical on every page and as you
go from page to page you cannot see the difference
except on the home page where the entire page itself is
shifted right. It is especially bad in Netscape 7.1
where it shifts the website title down. I put it up
antway and it can be viewed ar Websitemaster.us

Your home page contains this style sheet:

<style>
<!--
body { font-size: 10pt; font-family: Verdana;
margin-left: 72; margin-right: 72 }
-->
</style>

The margin-left: 72; attribute on teh body selector
displays an inch of blank space at the right of the page.
Rim shot.

Jim Buyens
Microsoft FrontPage MVP
[email protected]
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) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
B

bill gee

thanx again jim buyens
-----Original Message-----

Your home page contains this style sheet:

<style>
<!--
body { font-size: 10pt; font-family: Verdana;
margin-left: 72; margin-right: 72 }
-->
</style>

The margin-left: 72; attribute on teh body selector
displays an inch of blank space at the right of the page.
Rim shot.

Jim Buyens
Microsoft FrontPage MVP
[email protected]
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) ||
|/----------------------------------------------------\|
*------------------------------------------------------*





.
 
Top