The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Anyone know how to remove the space {between the blue} inside the circle?
code for sidebar Code:
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"> <tr> <td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" style="width:100%"> <tr align="center"> <td class="tcat2"><span class="smallfont"><b>My Content</b></span></td> </tr> <td class="tcat2">some stuff here</td> </table> </td> </tr> </table> <br /> Code:
.tcat2
{
background: #FFFFFF url(images/blizzard/gradients/sidebar_bg.gif);
color: #FFFFFF;
border: 0px solid;
font: bold 9pt arial, verdana, geneva, lucida, 'lucida grande', helvetica, sans-serif;
}
.tcat2 a:link
{
color: #FFFFFF;
text-decoration: none;
}
.tcat2 a:visited
{
color: #FFFFFF;
text-decoration: none;
}
.tcat2 a:hover, .tcat a:active
{
color: #FFFFFF;
text-decoration: underline;
}
|
|
#2
|
|||
|
|||
|
any ideas?
|
|
#3
|
||||
|
||||
|
You're missing the opening and closing <tr> tags around your
HTML Code:
<td class="tcat2">some stuff here</td> HTML Code:
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"> <tr> <td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" style="width:100%"> <tr align="center"> <td class="tcat2"><span class="smallfont"><b>My Content</b></span></td> </tr> <tr> <td class="tcat2">some stuff here</td> </tr> </table> </td> </tr> </table> <br /> |
|
#4
|
|||
|
|||
|
Just tried it and the very small line break is still there..... huh
|
|
#5
|
||||
|
||||
|
Oh, woops..
This should do the trick: HTML Code:
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"> <tr> <td> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" style="width:100%"> <tr align="center"> <td class="tcat2"><span class="smallfont"><b>My Content</b></span></td> </tr> <tr> <td class="tcat2">some stuff here</td> </tr> </table> </td> </tr> </table> <br /> HTML Code:
cellspacing="$stylevar[cellspacing]" HTML Code:
cellspacing="0" |
|
#6
|
|||
|
|||
|
YESSSSSSSSSSS! We have success! Thanks for the help
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|