Help with background image

windows

Guest
Hey guys.<br />
I have a site with a small problem (<!-- m --><a class="postlink" href="http://www.fitrainingstables.com">http://www.fitrainingstables.com</a><!-- m -->).<br />
<br />
Now, towards the top of the page, right where the date is displayed, there is an image of a red bar beneath the printed date. That is supposed to stretch across the entire length of the screen and I have specified for it to do so.<br />
<br />
If you view the source, search for:<br />
<td background="images/datebar.jpg" width="780" height="30" valign="top"><br />
<br />
This is the line that seems to be giving me trouble. Do I need to add something else to this line to get it to stretch across the entire length of the screen?<br />
<br />
Thanks guys.<br />
<br />
-Goalie35<!--content-->Just before the <td> with the date in it,add </table> then add <TABLE cellSpacing=0 cellPadding=0 width=780 border=0> and it'll be fixed.<!--content-->Never mind this post!<!--content-->Hi there Goalie35,<br />
<br />
This is how your the td tag should be...<br />
<br />
<td colspan="12" background="images/datebar.jpg" width="780" height="30" valign="middle"> :D <br />
<br />
coothead<!--content--><td background="images/datebar.jpg" width=100% height="30" valign="top"><!--content-->
 
Back
Top