Quote:
Originally Posted by Icehawk002
Wonder if anyone can help I am trying to position two IFRAMES side by side within a webtemplate using the code below (sorry not a coder barely computer literate somedays) the code below correctly places the first IFRAME but the second is pushed to the bottom of the page. ??????
|
This is really not related to webtemplates, as it is a pure HTML question but here you go:
PHP Code:
<!-- INLINE FRAME -->
<TABLE cellpadding="0" cellspacing="0" border="0" class="iframe">
<tr>
<td valign="top"> <IFRAME height="520" name="soundframe" src="window-welcome.htm" width="200" style="position:relative; left:10px; frameborder=0 scrolling="yes"></IFRAME>
</td>
<td valign="top"> <IFRAME height="330" name="soundframe" src="../Library/wa2.htm" width="520" style="position:absolute; right:45px; frameborder=2 scrolling="yes"></IFRAME>
</td>
</tr></table>
<!-- INLINE FRAME -->