-
Template Help
I got a template and need help
This a bit of the template.....
http://img384.imageshack.us/img384/8479/yes4rb.th.png
I want the iframe below the "Main Content"
But above the dotted line
This is the code for both of them
Code:
<tr>
<td class="lborder" width="14"></td>
<td bgcolor="#D8E0C2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="vertdots"></td>
<td class="shadunder2">Main Content</td>
</tr>
<tr>
<td colspan="3" class="dotshor"></td>
</tr>
Hopefully you can help....thanks
-
There isn't the code for an Iframe in that html.
-
I think he wants us too add the Iframe, if so the code is.
HTML Code:
<Iframe name="theiframesname" src="youriframe.html" width=pixels height=pixels marginwidth=0 marginheight=0 frameborder=0 scrolling=auto></Iframe>
- Dan