i have a problem with the size on the inline frame in my page.
I have this table
Code: Select all
<table width = "80%" height="10%">
<tr>
<td width = "85%"><img style="width: 100%;" border="0" src="/images/houseonmap.JPG" alt="Spiti.gr" align="top"></td>
<td width = "15%" bgcolor=#FFCC00><iframe src="login_frame.php"></iframe></td>
</tr>
</table>If i take out the frame though and have plain text, for example, everything has the correct size.
Even if the page of the frame contains just a word, the frame height is bigger.
Anyone knows why this happens?
How can i solve it?
Thanks[/syntax]