View Full Version : space b/t inline frames


BrUnEtTEBaBiE3
02-23-2003, 12:22 AM
Hey--Theres a little gap between my left inline frame and my middle one... can you check it out for me and see what i need to do?! I've tried a couple things with the code but it just didn't work out for me! Thanks in advance..
<33-Nicole
http://devoted.to/dstreet
(best viewed in a maximized browser =D)

Alcy
02-23-2003, 01:45 AM
Try aligning the iframe to the right side of the cell....

<TABLE WIDTH="90%" HEIGHT="90%" CELLSPACING="0" CELLPADDING="0" BORDER="0" STYLE="border:solid 0px;" BORDERCOLOR="#FFFFFF">

<TR>
<TD Height="30%" Colspan="3" Align="center">
<IMG NAME="top0" SRC="grouptop.jpg" WIDTH="800" HEIGHT="230" BORDER="0" USEMAP="#top">
</TD>
</TR>

<TR>
<TD Width="20%" Valign="top" align=right><iframe src="inline.html" name="inlineframe" width="75%" height="100%" frameborder="0" border="0"></iframe></TD>
<TD Width="50%" Valign="top"><iframe src="inline2.html" name="inlineframe2" width="100%" height="100%" frameborder="0" border="0"></iframe></TD>
<TD Width="20%" Valign="top"><iframe src="inline3.html" name="inlineframe3" width="75%" height="100%" frameborder="0" border="0"></iframe></TD>
</TR>

</TABLE>