The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
A little HTML help please.....
I've got vBulletin version 3.5.3 and did the Myspace Profile mod but changed things around a bit myself.
You can see what I'll be talking about by going to my profile on my site: http://redlinemotorsports.org/forum/member.php?u=1 Now, what I'm having trouble with is the first row which has the avatar, usertitle, and signature. If you look all the way to the right, it goes off a little too far. Here's the code I have for just that area in question..... Code:
$navbar <TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> <TR> <TD class="tcat" COLSPAN=2>$userinfo[username]'s Profile</TD> </TR> <TR> <TD width="50%" valign="top" class="alt1" align="center"><if condition="$show['avatar']"><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1=" $userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></if><br />"$userinfo[usertitle]"</TD> <TD width="50%" valign="top" class="alt1" align="center"><if condition="$show['signature']"> <!-- signature row --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead" align="center">$vbphrase[signature]</td> </tr> <tr> <td class="alt1" title="$vbphrase[signature]" align="center">$userinfo[signature]</td> </tr> </table> <!-- / signature row --> </if></TD> </TR> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|