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. Link to comment https://forums.phpfreaks.com/topic/12577-background-problem/ 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] Link to comment https://forums.phpfreaks.com/topic/12577-background-problem/#findComment-48196 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). ;) Link to comment https://forums.phpfreaks.com/topic/12577-background-problem/#findComment-52114 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.