Status: offline

peterthompson

Forum User
Newbie
Registered: 08/19/03
Posts: 6
worried
My install of Forum 2.2 RC1 is centering the text in the forum posts and I can't figure out why. I'm using geeklog 1.3.8-1sr4. I'm posting in plain text.

You can take a look at:
http://litcan.unbc.ca/forum/viewtopic.php?forum=1&showtopic=1

What have I done wrong?
peter

Status: offline

Turias

Forum User
Full Member
Registered: 10/20/03
Posts: 807
I had the same problem when I added the forum to the Axonz theme. IE has some strange CSS inheritance problems. Simply add text-align: left; to the css elements that are centered in your forum or do it explicitly in the topic.thtml file in layout/theme/forum/layout by adding style="text-align: left;" to the appropriate elements.