Webmaster Blog

Webmaster Resources

HTML: Firefox Issues img tag inside td

If you got an image inside a td using the img html tag and you want to center the table in firefox it will sometimes not do it properly.
It helps to add style=”text-align:center;width:xxx;” to the img tag.