table height???
Heysa alle, jeg er ved at lave noget xsl men jeg kan sku ikke for det til at virke....???Kode :
<xsl:template match="/">
<HTML xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
</HEAD>
<BODY bgcolor="#FFFFFF">
<table bgcolor="#333366" cellpadding="0" cellscacing="0" width="100%" height="100%">
<tr>
<td> </td>
</tr>
</table>
</BODY>
</HTML>
</xsl:template>
På Tablen virker width med 100% men height virker ik med 100%, nogle idé'r ?????
/Anders Jensen