View Full Version : Problem with tables..
Mr Pink
03-13-2007, 11:37 AM
I have this:
http://img228.imageshack.us/img228/9784/immagineyv2.jpg
And when I open the navigator, I get this:
http://img292.imageshack.us/img292/8437/immagine2wm7.jpg
And I want my banner still there, where it was!
How can I fix this? :D
If you want my navbar code, just ask!
Hey, please, help me! :)
Mr Pink
03-15-2007, 11:47 AM
Hey..
CyberAlien
03-16-2007, 11:16 AM
Make that table on right side a float.
If it is already floating, then remove clear:both or clear:right from next table and put it in table below it. If there isn't a table below it then at the end of navbar template add <div style="clear:both;"></div>
nexialys
03-16-2007, 11:18 AM
Hey..
hey what, you think we will do everything you need just because you require it?
your template is corrupted by the element you added... that's it.
Triky
03-16-2007, 11:49 AM
Make that table on right side a float.
If it is already floating, then remove clear:both or clear:right from next table and put it in table below it. If there isn't a table below it then at the end of navbar template add <div style="clear:both;"></div>
I have understand nothing. O_0
This is my navbar code (the intrested part):
<!-- / breadcrumb -->
<!-- Member Navigator - Home Control Panel -->
<table style="margin-top:5px;" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="40%" align="right">
<tr>
<td class="tcat" colspan="3" align="center">
<a style="float:$stylevar[left]" href="#top" onclick="return toggle_collapse('memberhome_panel')"><img id="collapseimg_memberhome_panel" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_memberhome_panel].gif" alt="Open/Hide Member Panel" border="0" /></a>
{$bbuserinfo['username']}'s Personal Navigator
</td>
</tr>
<tbody id="collapseobj_memberhome_panel" style="$vbcollapse[collapseobj_memberhome_panel]">
<tr>
<td>
<if condition="$show['member']">
<!-- Start Personal Navigator Content Code -->
<table border="1" align="right" height="100px" width="100px" background="newvbstyle/misc/avatarhomebg.gif">
<tr>
<td style="width:100%; text-align:center; margin: 0 auto;">
<!-- User Avatar -->
<img src="image.php?u={$bbuserinfo[userid]}" alt="Your Avatar" border="0" />
<!-- / User Avatar -->
</td>
</tr>
</table>
<p style="font-size:10px; font-weight: bold;">
Hi, {$bbuserinfo['username']}! This is your Personal $vboptions[bbtitle]'s Navigator!
</p>
</if>
</td>
</tr>
</tbody>
</table>
<!-- / Member Navigator - Home Control Panel -->
<!-- Quick Links Menu -->
<if condition="$show['member']">
<div id="quicklinksmenu">
<ul>
<li>
Quick Links..
</li>
</if>
</if>
</ul>
<br style="clear: both;" />
<!-- / Quick Links Menu -->
<!-- Forum Banner -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle] - Go to the Home" /></a></td>
<td align="$stylevar[right]">
</td>
</tr>
</table>
<!-- / Forum Banner -->
<br />
<if condition="$show['forumdesc']">
Please, CyberAlien, let me know what changes you will do. Maybe using the code BBCode, and then put them in red. :)
However, thank for your reply!
CyberAlien
03-17-2007, 06:49 AM
You need to read up css documents on "float" and "clear"
Triky
03-19-2007, 04:24 PM
I have read them here: http://www.w3schools.com/css/pr_class_clear.asp, http://www.w3schools.com/css/pr_class_float.asp. But I still don't understand where I need to put them! I've try to put the clear and the float propriety everywhere, but nothing is changed!
Triky
03-28-2007, 11:01 AM
Hey, please, help me with this issue. I need it really, for going on with my work! :(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.