I have tried all the tips from the top Google results, but I am still struggling to center an image within a div.
For example, the popular tricks mentioned in this link: or http://www.w3.org/Style/Examples/007/center.en.html
do not seem to work in IE 8.
I also attempted a different method found on Stackoverflow, but it did not work in Opera.
After experimenting with various solutions, I believe that one approach may work across most browsers (including IE8, Firefox, Safari, Opera, Maxthon, K-Melon, SeaMonkey):
<p style="text-align:center"><img style="display: block; margin-left: auto; margin-right: auto;" src="parliament.gif" width="200" height="71"></p>
Any thoughts or suggestions?