Posted on: 03/07/04 09:54pm
By: peterthompson
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
Centered text in forum posts
Posted on: 03/08/04 09:52am
By: Turias
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.