FFEMTcJ Posted June 21, 2006 Share Posted June 21, 2006 I'm having a problem with validating. [code]<td background="http://www.paigejohnston.com/images/hoover_index_r2_c1.gif" colspan="3" valign="top">[/code]How do I do this correctly. There is no background code so how do I accomplish this task? It is something that has to be there or the site wont look right. Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted June 21, 2006 Share Posted June 21, 2006 instead of using backround= use:[code]<td style="background-image:url(images/hoover_index_r2_c1.gif);" colspan="3" valign="top">[/code] Quote Link to comment Share on other sites More sharing options...
X.Cyclop Posted July 2, 2006 Share Posted July 2, 2006 You're using an obsolet HTML property (background), use Css (what cmgmyr said). ;) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.