Quote:
Originally posted by Aathos
Easy way to do this is through CSS. Use this code
Put this in between your <head> tags
<style = "text/css">
<!--
TABLE
TR.text {color: #000000; font-size: 14pt}
TD.image {background: url(img.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;}
TD.Padding {padding: 5; spacing: 5;}
-->
</style>
Now when u create your table do it something like this:
<center>
<table border = "0" width = 60% cellpadding = "0" cellspacing = "0">
<tr class = "text">
<td class = "image" width = 60%> TEXT </td>
<td width = 5%></td>
</tr>
Aathos
I know that this is an old thread but I just want to clarify that this trick for background images in tables