I have a width of a cell in a table set to 100.
The width does not stay at 100 pixels it pushes the width all the way to the other side.
NOTE: " I'M Not Using '%' "
[red]<td width="100">[/red]
I can't get it. Brawn
"My mind is my Shrine,
and my body the Temple around it."
The width does not stay at 100 pixels it pushes the width all the way to the other side.
NOTE: " I'M Not Using '%' "
Code:
<html>
<head>
</head>
<body background="watermark.jpg" bgproperties="fixed">
<table border="1" width="100%" height="100%">
<tr>
<td colspan="2" height="100" align="center">
</td>
</tr>
<tr>
Code:
<br>
</td>
<td><br>
</td>
</tr>
<tr>
<td colspan="2" height="100"><br>
</td>
</tr>
</table>
</body>
</html>
I can't get it. Brawn
"My mind is my Shrine,
and my body the Temple around it."