MyBB Community Forums

Full Version: Forums Profile Assistance
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i've designed a new Forum profile for members , but something weird happend if you can look here:
http://nc-gaming.gegahost.net/member.php?action=profile

What i've designed is like that:
Small Summary [20%] and behind of it The other tabs [80%]

but what happend is that the avatar and the lil summary went down instead of being behind the other tabs what i've made with the codes
<table  width="80%" align="right">
<tr>
<td valign="top">
<ul id="profiletabs" class="shadetabs">
<li><a rel="tab1" class="clicktab">Visitor Messages</a></li>
<li><a rel="tab2" class="clicktab">About Me</a></li>
<li><a rel="tab3" class="clicktab">Awards</a></li>
</ul>

<div id="tab1" class="tabcontent" style="margin-top:-16px;">
<!-- ProfileComments -->{$pf_statistics}<!-- /ProfileComments -->
<!-- ProfileComments -->{$comments_index}<!-- /ProfileComments -->
</div>

<div id="tab2" class="tabcontent">
{$profilefields}
<br />
</div>

<div id="tab3" class="tabcontent">
{$memprofile['ougc_awards']}
<br />
</div>

</td>
</tr>
</table>
<table width="20%" align="left">
<tr width="20%" align="left">
<td valign="top">
<div class="profff" original-title="">
<span class="cus"><strong>{$formattedname}</strong></span><br />
<span class="smalltext">
{$usertitle}<br />
{$groupimage}
{$userstars}<br></div>
{$avatar}<br><br>
<a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a><br>
<a href="search.php?action=finduserthreads&amp;uid={$uid}">Find User's Latest Threads</a><br>
<a href="search.php?action=finduser&amp;uid={$uid}">Find User's Latest Posts</a><br><br>
<div class="profff" original-title="">  Information</div>
<span class="pinfo">
<strong><span class="pinfo3">{$lang->lastvisit}:</span></strong> <span class="pinfo2">{$memlastvisitdate} {$memlastvisittime}</span></br></br>

<strong><span class="pinfo3">Joined:</span></strong> <span class="pinfo2">{$memregdate}</span></br></br>

<strong><span class="pinfo3">{$lang->date_of_birth}:</span></strong> <span class="pinfo2">{$membday} </span></br></br>

<strong><span class="pinfo3">{$lang->local_time}:</span></strong> <span class="pinfo2">{$localtime}</span></br></br>

<div class="profff" original-title="">Premission Groups</div><br>
{$usertitle}
</td>
</tr>
</table>

<script type="text/javascript">

var countries=new ddtabcontent("profiletabs")
countries.setselectedClassTarget("link") //"link" or "linkparent"
countries.init()

</script>
<br />
<br />
</html>
{$footer}



They were suppose to be behind each others , but one of them went below the other instead of being behind of it
BUMP
Any 1?