It has nothing to do with being a coder. It just has to do with viewing your page source.
View the Page Source of your page. Do a Find for the word center. Now see if that div or tag or whatever it is gets closed afterwards (if you have <center> you must have a </center>... if you have <div align="center"> you must also have a </div> associated with it.) Turn on the template names in the source code (vboptions > General Settings > Add Template Name in HTML Comments > set to Yes) and you should be able to find it.
|