View Full Version : Help With HTML Code


weezer_rocks182
01-20-2003, 10:42 PM
ok so i want to put an inlineframe right where the square of interface.gif is transparent. go to this site to see what i mean:

http://kevinsweezerpage.web1000.com/version5test.html

this is the coding:

<table>
<tr>
<td>

<img src="http://kevinsweezerpage.web1000.com/interface.gif" width="334" height="235">

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

i want text to appear right in the middle of the box. thanks

Alcy
01-20-2003, 10:55 PM
<table>
<tr>
<td>

<table cellpadding=0 cellspacing=0 border=0 width=334 height=235>
<tr>

<td background="interface.gif" width=334 height=235 align=center valign=center>

<iframe width=300 height=200>
</iframe>

</td>

</tr>

</table>

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

You can change the size of the iframe, but that size fits nicely :). The italic part is the code you posted.

weezer_rocks182
01-21-2003, 12:21 AM
wow! thanks alot! i dont know why i couldnt do that. oh well. thanks so much