my TD background image isn't showing up

liunx

Guest
<html><br />
<head><br />
<title>.::|morrowasted version 9.0|::.</title><br />
<style type="text/css"><br />
thing{<br />
background:url("background.jpg");<br />
}<br />
</style><br />
</head><br />
<body bgcolor="#000000"><br />
<center><br />
<table border=0 cellpadding=0 cellspacing=0><br />
<tr><br />
<td><img src=http://www.htmlforums.com/archive/index.php/"sas.jpg" alt=""></td><br />
</tr><br />
<tr><br />
<td class="thing">&nbsp;</td><br />
</tr><br />
</table><br />
</center><br />
</body><br />
</html><br />
<br />
<br />
Well anyway, the image isnt showing up, as you can see here (<!-- m --><a class="postlink" href="http://24.238.145.39/morrowasted/v9/index.php">http://24.238.145.39/morrowasted/v9/index.php</a><!-- m -->)<br />
<br />
why!?<br />
<br />
EDIT: by the way, there is an &nbsp ; (w/o the space) in there, it just doesnt work when i post it here...<!--content--><style type="text/css"><br />
thing{<br />
background:url("background.jpg");<br />
}<br />
</style><br />
<br />
<br />
Shouldn't that be:<br />
<br />
<style type="text/css"><br />
thing{<br />
background-image:url("background.jpg");<br />
}<br />
</style><br />
<br />
?<!--content-->i got it working.<br />
<br />
for some reason it decides to work when i use inline css:rolleyes:<!--content-->i helped you on aim foo<!--content-->i know, but just in case someone else reads this:o<!--content-->well you could of just said<br />
<br />
<br />
i got it working with the help of hockyfan since he's so nice.<br />
<br />
for some reason it decides to work when i use inline css<!--content-->thing{<br />
background:url("background.jpg");<br />
}<br />
<br />
<br />
the thing{} should be .thing {} or td.thing {} in order for the td tag to use it because it alone would mean it only applys to the "thing" tag which doesn't exist obviously<!--content-->
 
Back
Top