The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Im trying to center the words in footer ( bar with the "contact us" "admin" "mod" "archive" etc. )
I believe it has to do with this code just not sure how---> <td class="tfoot" align="$stylevar[right]" width="100%"> <div class="smallfont"> <strong> <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if> <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if> <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if> <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if> <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if> <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if> <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a> </strong> </div> </td> </tr> </table> Any help showing what to change would be appreciated. Thanks! |
#2
|
|||
|
|||
![]()
You may just have to do the obvious, its worth a try
Code:
<td class="tfoot" align="$stylevar[Center]" width="100%"> <div class="smallfont"> <strong> <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if> <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if> <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if> <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if> <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if> <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if> <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a> </strong> </div> </td> </tr> </table> |
#3
|
|||
|
|||
![]()
Does Centre work????
or does it have to be Center |
#4
|
|||
|
|||
![]()
Not sure, but a valid point, i guess it must be the US spelling of it, coming to think about it
![]() |
#5
|
|||
|
|||
![]()
The code works....
Thanks for this ![]() I was looking for it! |
#6
|
|||
|
|||
![]()
Put me out of my misery Oyobiia, was it "Center" or "Centre"
![]() Glad to help ![]() |
#7
|
|||
|
|||
![]()
Center...
Not Centre |
#8
|
|||
|
|||
![]()
Thanks Buddy, I've changed my post to reflect this, Sometimes i wish i was living in Florida
![]() he he |
#9
|
|||
|
|||
![]()
It's ok. I spell tires tyres and people look at me like I am an idiot.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|