G
Gillian
I have set up shared top and left borders for my new website. When I create
a new page that uses these borders there is a space approx 50px wide
immediately outside and to the right of the left vertical border that I
cannot get rid of. It is not part of the shared border. (There is no
similar gap below the top border.)
The design of my webpage is such that I need to insert a table flush to the
borders. I have changed the default page setup (page properties, advanced)
to zero for all margins in top.htm, the left.htm and my index.htm. Whatever
I do, I cannot type or insert a table into this area. I have tried adding a
table and then dragging the left border to the right edge of the shared
border, but it just snaps back to its original indented position.
It is possible to add a layer in the required position, but this means that
the left shared border does not automatically adjust its height as it would
with text or a table directly on the page so this is not ideal.
The html code, for the left shared border is:
<html><head><meta http-equiv="Content-Type" content="text/html;
charset=windows-1252"><title>Shared Left Border</title><meta name="Microsoft
Theme" content="none">
</head>
<body background="../vertical_border1250.jpg" topmargin="0" leftmargin="0"
rightmargin="0">
<p style="margin-left: 6px; margin-right: 0; margin-top: 0; margin-bottom:
6px">
<img border="0" src="../images/MsSpacer.gif" width="165" height="4"></p>
<!--webbot bot="Navigation" s-type="sequence" s-orientation="vertical"
s-rendering="graphics" s-theme="Arctic 0000" b-include-home="FALSE"
b-include-up="FALSE" u-page="sid:1001" -->
</body></html>
and the code for my index.htm is:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Border" content="tl, default">
</head>
<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"> </body>
</html>
I don't know if the ' ' is responsible, but I'm unable to remove it from the
code as it keeps replacing it if I do.
Any assistance gratefully received.
a new page that uses these borders there is a space approx 50px wide
immediately outside and to the right of the left vertical border that I
cannot get rid of. It is not part of the shared border. (There is no
similar gap below the top border.)
The design of my webpage is such that I need to insert a table flush to the
borders. I have changed the default page setup (page properties, advanced)
to zero for all margins in top.htm, the left.htm and my index.htm. Whatever
I do, I cannot type or insert a table into this area. I have tried adding a
table and then dragging the left border to the right edge of the shared
border, but it just snaps back to its original indented position.
It is possible to add a layer in the required position, but this means that
the left shared border does not automatically adjust its height as it would
with text or a table directly on the page so this is not ideal.
The html code, for the left shared border is:
<html><head><meta http-equiv="Content-Type" content="text/html;
charset=windows-1252"><title>Shared Left Border</title><meta name="Microsoft
Theme" content="none">
</head>
<body background="../vertical_border1250.jpg" topmargin="0" leftmargin="0"
rightmargin="0">
<p style="margin-left: 6px; margin-right: 0; margin-top: 0; margin-bottom:
6px">
<img border="0" src="../images/MsSpacer.gif" width="165" height="4"></p>
<!--webbot bot="Navigation" s-type="sequence" s-orientation="vertical"
s-rendering="graphics" s-theme="Arctic 0000" b-include-home="FALSE"
b-include-up="FALSE" u-page="sid:1001" -->
</body></html>
and the code for my index.htm is:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Border" content="tl, default">
</head>
<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"> </body>
</html>
I don't know if the ' ' is responsible, but I'm unable to remove it from the
code as it keeps replacing it if I do.
Any assistance gratefully received.