Thread: Little help
View Single Post
06-25-2007, 04:24 AM
#5
TheCodeNinja is offline TheCodeNinja
Status: Junior Member
Join date: Apr 2007
Location:
Expertise:
Software:
 
Posts: 95
iTrader: 1 / 100%
 

TheCodeNinja is on a distinguished road

  Old

Note that "text-align: center" is primarily meant for text, but you can use it for images as well (at least for now). If you want it to work in all browsers and be more correct, you should also apply:

style="margin: 0 auto"

...to the image itself. But I'm a pedantic Code Ninja.