The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
ok my problem is this... I want to get the $threadbits to be left the $newsbits to be right in the middle and the $homepminfo to be right in the page.... I have the $threadbits and the $newsbits correct but the $homepminfo keeps going below both of them and does not go right, does anyone know what my problem is? here is my template to this problem... thanks for any help... here is a screen shot of what is happening... http://www.xelation.com/personal/helper.gif the red arrow is where I want the $homepminfo to go to.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>$bbtitle Home Page</title> $homeheadinclude </head> <body> $homeheader <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr> <td width="220" valign="top">$threadbits</td> <td width="10"> </td> <td valign="top">$newsbits</td> <td width="10"> </td> <td width="220" valign="top">$homepminfo</td> </tr> </table> $homefooter </body> </html> |
#2
|
||||
|
||||
![]()
Try making the border=1 it's easier to see what's happening when you have a border.
|
#3
|
||||
|
||||
![]()
I know, I did add a border before... I know whats going on... its sticking to the bottom. and its in the table, all I want it to do is just go right.
|
#4
|
||||
|
||||
![]()
Are the variable seperate tables within themselves? Because I copied that code to a new webpage and it worked just fine.
|
#5
|
||||
|
||||
![]()
I know it works I did the same thing... this is how it comes out
$homeheadinclude $homeheader $threadbits $newsbits $homepminfo $homefooter and thats how I want it! but for some reason its not coming out that way on the page. man this really sux, I want to use this hack... |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|