background in table
background in table
- Started
- Last post
- 2 Responses
- armed_rob
I want this only to repeat x, what is the trick? thanx.
<tr>
<td width="544" height="440" valign="top" background="content_bg.gif";><table width="544" border="0" cellspacing="0" cellpadding="0">
<tr>
- jamble0
<td width="544" height="440" valign="top" style="background:url(content_bg.gif) left top repeat-x;">
Or give the table a class and apply the background using css in a seperate stylesheet.
- armed_rob0
great thanx.