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 ?