SyntaxFix
Write A Post
Hire A Developer
Questions
The best option would be to put any element you want to be centered in a div like this:
div
<div class="center"> <img src="images/logo.png" /> </div>
and css or inline style:
.center { text-align:center }