|
Are the images in a table cell, or free floating on the page?
Either way, text-align will affect images also. Just make a class with text-align: center, then either use a <div class="class"> or <td class="class"> and then put the script call in whichever you're using.
|