For høj html celle ved brug af div span (left & right)
Her er den del af tabellen hvor problemet er:<table style=\"border:solid 1px #".$userArray["tableedge_color"].";\" bgcolor=\"#".$userArray["tablebg_color"]."\" border=\"0\" cellpadding=\"12\" cellspacing=\"0\" width=\"90%\" height=\"1\">
<tr>
<th colspan=\"2\" height=\"1\" bgcolor=\"#".$userArray["tableedge_color"]."\">
<div style=\"width100%;\">
<span style=\"float:left;width:98%;height:1px;\">
<font face=\"tahoma\" size=\"2\"><b>Profile information</b></font>
</span>
<span style=\"float:right;width:2%;height:1px;\">
<font face=\"tahoma\" size=\"2\">
<a href=\"setwindow.php?window=profileinfo&status=deactivate\"><b>X</b></a>
</span>
</div>
</th>
</tr>
cellen /rækken indenfor <th> tagget bliver alt for høj efter at have sat <div> <span> ind .. ?
