PDA

View Full Version : Background Images



EZE
August 29th, 2006, 03:27 PM
When I

set a image as the background for a table row or column, the image shows up

in horrible quality, even though the image looks fine other than that. Could

someone help me? Here is an example of the HTML code I

used:


<table width="602" height="245" border="0" cellpadding="0"

cellspacing="0">
<tr>
<td height="245"

background="tablebackground.jpg">Just Test Script</td>


</tr>
</table>

Leon
August 29th, 2006, 03:36 PM
Try this


<table width="602" height="245" border="0"

cellpadding="0" cellspacing="0">
<tr>
<td

background="tablebackground.jpg" Width="602" height="245">Just Test

Script</td>
</tr>
</table>