Main Index

HTML Index

Frames


<frameset rows="55,*,25">
   <frame name="top" src="help-header.asp" marginwidth="0" marginheight="0" scrolling="no" frameborder="0">
   <frame name="middle" src="webhosting-info.asp" marginwidth="0" marginheight="0" scrolling="left" frameborder="0">
   <frame name="bottom" src="help-footer.asp" marginwidth="0" marginheight="0" scrolling="no" frameborder="0">
</frameset>

Make sure this zero margin code is in each tag in every .html file for No frame borders:

marginwidth="0" marginheight="0" topmargin="0" leftmargin="0"



i-frames (inside tables)

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td width="100%" align="left" colspan="2">

<iframe width="100%" height="194" align="left" HSPACE=0 vspace="0" scrolling="no" frameborder="0" MARGINHEIGHT="0" MARGINwidth="0" src="http://www.troycowboy.com/blah"></iframe>

</td>
</tr>
<tr valign="top">
<td width="224" align="left">

<iframe width="224" height="964" align="left" HSPACE=0 vspace="0" scrolling="no" frameborder="0" MARGINHEIGHT="0" MARGINwidth="0" src="http://www.troycowboy.com/blah" name="left"></iframe>

</td>
<td width="100%" align="left">

<iframe width="100%" height="964" align="left" HSPACE=0 vspace="0" scrolling="yes" frameborder="0" MARGINHEIGHT="0" MARGINwidth="0" src="http://www.troycowboy.com/blah" name="righty"></iframe>

</td>
</tr>
</table>

<---footer would go here--->