Extra lines....

liunx

Guest
Ok, this is really getting on my nerves. I have got everything else the way I want it EXCEPT there is an extra space on the left hand menu :(<br />
<br />
I have an image called spacewhite.gif at the top and bottom of the text to give it a bit of spacing from the top and bottom of the cell. For some reason there is an extra line being added there. <br />
<br />
The code relating to it is;<br />
<br />
<img border="0" src=http://www.htmlforums.com/archive/index.php/"http://www.vgacd.com/spacerwhite.gif" width="1" height="4"><BR><font size="2" face="Verdana"><center><!--#include virtual="/newincludes/free-menu.txt"--></center></font><br />
<img border="0" src=http://www.htmlforums.com/archive/index.php/"http://www.vgacd.com/spacerwhite.gif" width="1" height="4"><br />
<br />
Anyone able to see the problem with it? If you want to see the whole page it is available at <!-- m --><a class="postlink" href="http://www.vgacd.com/indexnew.html">http://www.vgacd.com/indexnew.html</a><!-- m --> .<br />
<br />
Thanks for any help you can offer.<br />
<br />
Andy<!--content-->If you don't need to have the closing font tag in the code remove it and see if that helps. Since you are using font size=2, the closing font tag might be adding a bit of a gap since the default size is 3. <br />
<br />
Kevin<!--content-->Try adding style="display:inline" to the last a tag.<!--content-->
 
Back
Top