Forum Moderators: open
<td height="300" width="400" align="center">
<div align="center"><img src="img.gif" alt="" />
</div>
</td>
Anyone have any suggestions as to how to fix this?
Thanks...
Nick
align="center" within your image tag itself? I'm wondering if another div set or declaration on the page (css) is taking precedence. I'd whack it down to its simplest element, even test on another page (no external css - no additional divs) to pinpoint the problem. When you start adding things back in - when it "blows up" you'll know what did it.
Try the latter in place of your divs and align values, it always used to word for me (and still does).
And CSS should be over-ridden by any commands to the contrary in the html file, so it is probably not a CSS problem, but worth checking for the 30seconds it takes.
If you get rid of all the alignment tags from div, cell, and row, you should be able to fix your problem with a simple align="center" in your image tag.