Embedding web pages

liunx

Guest
I tried to use an embedded web page for the menu bar on my website:<br />
<br />
<!-- m --><a class="postlink" href="http://www.summitexpeditions.com/home.htm">http://www.summitexpeditions.com/home.htm</a><!-- m --> <br />
<br />
but it always puts a margin on the top of the menu as you can see. Theres a blank space sitting there. How the hell do I get rid of it? <br />
<br />
The embedded webpages address:<br />
<br />
<!-- m --><a class="postlink" href="http://www.summitexpeditions.com/embedder.htm">http://www.summitexpeditions.com/embedder.htm</a><!-- m --><br />
<br />
The code is a train wreck because it goes through frontpage, as the guy I made it for likes to edit with frontpage. Heres the code I'm using:<br />
<br />
<!--webbot bot="Include" U-Include="embedder.htm" TAG="BODY" --><br />
<br />
Thanks for any help.<!--content-->do a regular server side include if you have the ability to do so. I can't see this magin you are are talking about, I do not use ie. But you should be able to correct it on the included page by just killing that margin with css. Frontpage stuff annoys me....<!--content-->Frontpage stuff does slighty more than annoy me....<br />
<br />
Thanks for the quick response, I currentlly tried to kill the margin in the embed body tag page itself, perhaps putting it in css would work.<!--content--><body style="padding:0; margin:0;"><br />
<element style="margin:0;"><!--content-->
 
Back
Top