The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Problem with tables..
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/8...magine2wm7.jpg And I want my banner still there, where it was! How can I fix this? If you want my navbar code, just ask! Hey, please, help me! |
#2
|
||||
|
||||
Hey..
|
#3
|
||||
|
||||
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> |
#4
|
|||
|
|||
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. |
#5
|
||||
|
||||
Quote:
This is my navbar code (the intrested part): HTML Code:
<!-- / 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']"> However, thank for your reply! |
#6
|
||||
|
||||
You need to read up css documents on "float" and "clear"
|
#7
|
||||
|
||||
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!
|
#8
|
||||
|
||||
Hey, please, help me with this issue. I need it really, for going on with my work!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|