Quote:
|
Originally Posted by Nembrionic
It somehow puts the background images in the <TR> field, not in the <TD> field. I don't know why it's doing that all of a sudden, but placing it in the <TD> field manually fixes the problem 
|
Yeah, i agree with you. Check your code of the image background if its placed on a <TD> not with a <TR>
It should be <TD background="images/bg.gif">
not <TR background="images/bg.gif">
