PDA

View Full Version : Where did I put a <center> ?


Morgalis
11-15-2007, 04:43 PM
Yikes!

Somehow when I was reverting and updating to 3.6.8 patch 2 I have a <center> that has messed up the forumdisplay.

I looked in the forumdisplay template which is identical to the default, so I am lost where I might have gone wrong.

Thanks in advance, I appreciate it!

Gray Matter
11-15-2007, 07:38 PM
It could be in your header, headinclude, space_open, or navbar template as well. It could also be the result of some custom Style CSS. You're going to need to post more information before anyone can help you. ;)

Geepak
11-16-2007, 12:05 PM
You have probably a text-align: center situated in your CSS somewhere which is cascading down the hierarchy.

Roonie
11-17-2007, 10:16 AM
Maybe you wanted to center your header, and you didn't close your <center> tag.
Try this, open your header template and go to the last line. Add this: </center>

Now refresh your forumdisplay. Is it now right?

Now you should look for the unclosed <center> tag to correct it.