UBB.Dev
I would like to put 3 weather icons in a palbox by using an I frame. But when I use the following code, my indexpage get messed up.

[] <table width="100%" align="center">
<tr>
<td align="center" width="33%"><IFRAME WIDTH=98 HEIGHT=92 MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER=0 HSPACE=30 VSPACE=0 SCROLLING=NO BORDERCOLOR='#000000' SRC='http://www.meteo-web.cz/hotel_esplanade1.php'></td>
<td align="center" width="33%"><IFRAME WIDTH=98 HEIGHT=92 MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER=0 HSPACE=30 VSPACE=0 SCROLLING=NO BORDERCOLOR='#000000' SRC='http://www.meteo-web.cz/hotel_esplanade2.php'></td>
<td align="center" width="33%"><IFRAME WIDTH=98 HEIGHT=92 MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER=0 HSPACE=30 VSPACE=0 SCROLLING=NO BORDERCOLOR='#000000' SRC='http://www.meteo-web.cz/hotel_esplanade3.php'></td>
</tr>
</table> [/]

Can anyone help me getting this to work ?
I've tried every possible combination now... but no success

You guys are my last hope!
sorry not too up on IFRAMES.
<?include("");?>
("http://www.meteo-web.cz/hotel_esplanade1.php")

Did you try to include the contents of that page in your box?
I don't see closing tags for your iframe...

</iframe>

You've opened 3 without closing any, that should mess up a design
© UBB.Developers