PDA

View Full Version : A little HTML help please.....


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 />&quot;$userinfo[usertitle]&quot;</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

HMBeaty
02-20-2006, 05:24 AM
Anyone?

HMBeaty
02-22-2006, 11:09 PM
Anybody? I know SOMEONE knows what I did wrong. I sure as hell can't figure it out to save my life, lol.

Borgs8472
02-22-2006, 11:26 PM
hmmm, it looks fine in firefox, screwed up in IE however.

In your second line where you have
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
Try taking the 100% down to 94% etc and see if that helps.

HMBeaty
02-22-2006, 11:42 PM
Well, IE just LOVES to screw around and mess with my head then alot then, lol. Thanks for looking and helping.