The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I just changed the "left" alignement and the widt to "980"
Once I did that, the footer from vbadvanced CMPS went to the right as you can see in my site. http://www.myls1.com How do I put it back where it was? It was right on top of the red line where contact - admin - mod - archive links are... Please Chris___ HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <if condition="$pages['name'] == 'home'"> <meta http-equiv="Cache-Control" content="no-cache" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> </if> <title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title> $headinclude <if condition="$show['inlinemod']"> <script type="text/javascript" src="clientscript/vbulletin_inlinemod.js"></script> </if> </head> <body> $header $navbar ----this is what I modified------ <table align="left" class="page" cellspacing="0" cellpadding="0" width="980"> ---- and the footer whent to the right------ <tr valign="top"> <if condition="$show['left_column']"> <td width="$vba_style[portal_leftcolwidth]"<if condition="$show['center_column'] OR $show['right_column']"> style="padding-right: $vba_style[portal_colspacing]px"</if>> $home[leftblocks] </td> </if> <if condition="$show['center_column']"> <td valign="top"> $home[centerblocks] </td> </if> <if condition="$show['right_column']"> <td valign="top" width="$vba_style[portal_rightcolwidth]"<if condition="$show['center_column'] OR $show['left_column']"> style="padding-left: $vba_style[portal_colspacing]px"</if>> $home[rightblocks] </td> </if> </tr> </table> $footer </body> </html> |
#2
|
|||
|
|||
![]()
put this tag around it
<center>your code here</center> |
#3
|
||||
|
||||
![]()
You should NEVER use <center>. It has been deprecated. You should use <span style="text-align: center"> instead.
|
#4
|
||||
|
||||
![]()
well how then my friend
![]() |
#5
|
||||
|
||||
![]()
I just told you in the post.......
Code:
<span style="text-align: center">CODE</span> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|