Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

td.width problem - Is this a Bug?

Status
Not open for further replies.

Brawn

Programmer
Jul 5, 2001
73
CA
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 '%' "
Code:
<html>
	<head>
	</head>
	<body background=&quot;watermark.jpg&quot; bgproperties=&quot;fixed&quot;>
	<table border=&quot;1&quot; width=&quot;100%&quot; height=&quot;100%&quot;>
		<tr>
			<td colspan=&quot;2&quot; height=&quot;100&quot; align=&quot;center&quot;>
			</td>
		</tr>
		<tr>
[red]<td width=&quot;100&quot;>[/red]
Code:
<br>
			</td>
			<td><br>
			</td>
		</tr>
		<tr>
			<td colspan=&quot;2&quot; height=&quot;100&quot;><br>
			</td>
		</tr>
	</table>
	</body>
</html>


I can't get it. :cool: Brawn

&quot;My mind is my Shrine,
and my body the Temple around it.&quot;
 
Thats the ticket! Thanks a bunch.
:) Brawn

&quot;My mind is my Shrine,
and my body the Temple around it.&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top