I actually found what my specific issue was, you may want to check in the same places:
Quote:
|
Originally Posted by Duke
...my brain finally came out of the coma it's been in for the past few weeks and I figured out the problem (on the top area anyway). For the life of me I couldn't figure out why the hell a locked image at 800px x 12px would align on the index.php page but not the modules/forums page even though I stacked it with align="center" tags everywhere.
The problem, well 2 problems:
1) I'm an idiot.
2) class="ttb"
By default, that entire image is controlled by the style.css and forums.css. I simply removed the link to the .css and voila, it now worky.
What a revalation
|