BrutusUnix
01-05-2006, 09:51 AM
I have about a 3px line under my iframe that I'm trying to delete:
<table background='/images/ribbed_background.gif' width=100% cellpadding=0 cellspacing=0 border=0><tr><td>
<iframe src='http://bugs.example.com/cgi-bin/navbar.pl?tab=1&bar=4' background-image=url('/images/ribbed_background.gif') width='100%' height='130' scrolling='no' width='100%' hspace='0' vspace='0' leftmargin="0" margin-bottom="0
" topmargin="0" marginwidth="0" marginheight="0" borderwidth="0" frameborder="0"></iframe>
</td></tr>
</table>
<!--here is the gap-->
<div class="span_header" id="header_span_header"></div>
my cgi will not work using <!--virtual include-->
Anyone see why this gap would be here? The css has no entry for header_span_header. I'm at a lost.
Anyone else know another why to do an include maybe in javascript?
<table background='/images/ribbed_background.gif' width=100% cellpadding=0 cellspacing=0 border=0><tr><td>
<iframe src='http://bugs.example.com/cgi-bin/navbar.pl?tab=1&bar=4' background-image=url('/images/ribbed_background.gif') width='100%' height='130' scrolling='no' width='100%' hspace='0' vspace='0' leftmargin="0" margin-bottom="0
" topmargin="0" marginwidth="0" marginheight="0" borderwidth="0" frameborder="0"></iframe>
</td></tr>
</table>
<!--here is the gap-->
<div class="span_header" id="header_span_header"></div>
my cgi will not work using <!--virtual include-->
Anyone see why this gap would be here? The css has no entry for header_span_header. I'm at a lost.
Anyone else know another why to do an include maybe in javascript?