okay, I've removed the blocks from the profile page..
now I'm still having this floating block.. but when i add css stuff it is fixed..
the thing is, not a lot of my member will add there own css style, do u know why it would be throwing things off ?
here is an example
http://locoforum.com/forums/member-brandon.html
mine with css..and the location, last online stuff is int he correct spot..
then
http://locoforum.com/forums/member-b...baby-girl.html
the location, last online stuff if in the wrong spot..
any ideas ? thank you
oh and thx for the images :squareeyed:after looking, I think found the area it has to be..
is this code correct ?
Code:
<table width="100%" border="0" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
<tr>
<td valign="top" width="0%"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr class="tcat"> <td colspan="2"><div align="Left" class="bigusername"><strong>$userinfo[username]</div></font></strong>
<div class="smallfont"><a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a></td></div></tr>
<if condition="$userinfo['usertitle']">
<tbody>
<tr class="tcat">
<td class="text" colspan="2" style="" align="left" valign="bottom"></td>
</tr>
</if>
<tr class="alt2">
<td><div align="right"><center><if condition="$show['avatar']">
<div class="smallfont">
<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" border="4" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></center>
</div>
<else /> <center><img src="http://www.locoforum.com/forums/images/misc/noavatar.gif">
</if></div><br /></center>
<strong><div align="center"><a href="/gallery/browseimages.php?do=member&imageuser=$userinfo[userid]" title="View More Pics">View More Pics ($userimages[count])</td> </div></strong>
<td align="left" valign="top" class="text">
<div class="smallfont" align="left">$userinfo[usertitle]</div> <br />
<strong>Sex:</strong> $userinfo[field17] <br /> <if condition="$show['age']"><strong>$vbphrase[age]:</strong>
$userinfo[age]</if> <br /> <strong>Location:</strong> $userinfo[field2]<br />
<div>$userinfo[onlinestatus]</div>
<br />
<div><strong>Last Online:</strong> $userinfo[lastactivitydate] at $userinfo[lastactivitytime]</div> </td>
</tr>
</tbody>
</table>