mit CSS und HTML
nur HTML
Code:
CSS
.imgcenter {display: block; text-align: center;}
HTML
<img class="imgcenter" src="bild.jpg" width="" height="" border="0" alt="TEXT">
nur HTML
Code:
<img style="display: block; text-align: center;" src="bild.jpg" width="" height="" border="0" alt="TEXT">