Posted by Domestos on 05/04/06 22:38
Okay,
Its not somthing I wanted to do but I have decided to use a spacer row using
a transparent gif as the first row in my columns. This gives the results as
expected... and will do for now unless somebody can come up with a better
solution or a serious reason why I should not use them... i.e. 'firefox dies
because you do this...'
<html>
<head>
</head>
<body>
<center>
<table cellspacing="0" cellpadding="0" border="1" height="1">
<tr>
<td><img src="spacer.gif" height="1" width="150"></td>
<td width="100%"><img src="spacer.gif" height="1" width="500"></td>
<td><img src="spacer.gif" height="1" width="150"></td>
</tr>
</table>
</center>
</body>
</html>
Navigation:
[Reply to this message]
|