HMBeaty
02-18-2006, 12:30 AM
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.....
$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>
If someone could let know what to change or what I need to do, please let me know. I will greatly appreciate your help. Thanks in advance
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.....
$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>
If someone could let know what to change or what I need to do, please let me know. I will greatly appreciate your help. Thanks in advance