The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I dont know why it's happened, but it's been like it for months. Most of the text on my forum is centered in Internet Explorere, but not in Firefox. I dont want it centered, and didnt change anything to make it centered (though I'm not the only one who has access to the admincp, nobody knows why it's gone like that).
Anyway, I'm having trouble finding out why it's gone like that. I've looked through a bunch of templates but nothing stands out. The only text that isnt centered is the actual posts people make, and the info under their username on the left. The rest is centered :ermm: Here is the forum - remember it only centers the text in IE. |
#2
|
|||
|
|||
![]()
Well i did a view source in your code...you can start by removing the "center" forhits line
HTML Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
I believe that is your problem, because since that is the main forum table below the header, that may be centering everything under it. I hope this bit on info helps. |
#3
|
|||
|
|||
![]()
Where would I find that to change it in the admincp?
I did a search in my templates, but it only comes up with pages from a chat hack i've added. |
#4
|
|||
|
|||
![]()
You have to edit your index.php file, which isn't something you can do via the admincp.
Just go through index.php, search for the code that jugo posted, and in every instance that you don't want it centered, remove the align="center". I think it appears about 3 or 4 times in the code, and each time, there's a comment above it to tell you what part of the forum it's referring to. |
#5
|
|||
|
|||
![]()
Huh? The word "center" isnt even IN my index.php, never mind that whole code.
|
#6
|
|||
|
|||
![]()
Right, sorry. I keep forgetting that it's all php. :ermm:
Try looking in the forumhome templates. |
#7
|
||||
|
||||
![]()
add this to your css (style) and see what happens...
Code:
td { text-align:left } |
#8
|
|||
|
|||
![]()
Where abouts? There are loads of boxes for CSS. I added it in the CSS stylesheet in "headinclude" but that just added "text-align:left" all over my page. I added it in the extra CSS attributes under the "body" section, and it did nothing.
anybody? |
#9
|
||||
|
||||
![]()
check around your google code...
you have an open <p align="center"> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|