d22552000 Posted October 8, 2007 Share Posted October 8, 2007 I cannot find a background tag for TD or table anymore, so I switched to css. <BR/>Retrieving Download From Server... <TABLE height="20" width="300"><TR><TD class="bar" ID="bar" name="bar" title="bar">*%</TD><TD WIDTH="*"></TD></TR></TABLE> I removed the PHP bits that echo percentage and replaced them with *. My css is: body,td,th { font-family: Geneva, Arial, Helvetica, sans-serif; text-align:center; font-size: 14px; color: #CCCCCC; border: thin; } th { border: 0; } table { border: 0; } .bar,#bar,bar { background-image: url('BG.gif'); background-repeat: repeat-x; } Please tell me why the bar does not take the background image... Link to comment https://forums.phpfreaks.com/topic/72269-html-td-tag-not-taking-a-background-image/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.