Visa ett inlägg
Oläst 2004-09-30, 08:26 #5
Klorinsky Klorinsky är inte uppkopplad
Medlem
 
Reg.datum: Jun 2004
Inlägg: 140
Klorinsky Klorinsky är inte uppkopplad
Medlem
 
Reg.datum: Jun 2004
Inlägg: 140
enligt standard så så är det inte giltligt att sätta height på table...

Fel:
<table height="100%">
<tr>
<td>

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

Gör såhär:
<table>
<tr>
<td height="100%">

</td>
</tr>
</table>
Klorinsky är inte uppkopplad   Svara med citatSvara med citat