The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Please check out: http://animationtokyo.com, see the two custom blocks below the navbar?
How do you put the two custom blocks on the navbar besides each other? |
|
#2
|
||||
|
||||
|
You put them in the same row of the table, instead of in separate rows as you currently have them.
|
|
#3
|
|||
|
|||
|
I don't quite understand, I haven't messed with vb for awhile now, this is the code I'm suing:
Code:
<!-- custom block start -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
<tr>
<td class="tcat"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('custom_block')">
<img id="collapseimg_custom_block" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_custom_block].gif" alt="" border="0" /></a>
<!-- title start -->
Title goes here
<!-- title end -->
</td>
</tr>
</tbody>
<tbody id="collapseobj_custom_block" style="$vbcollapse[collapseobj_custom_block]">
<tr>
<td class="alt2">
<!-- code start -->
Add your code here
<!-- code end -->
</td>
</tr>
</tbody>
</table>
<br />
<!-- custom block end -->
|
|
#4
|
||||
|
||||
|
That is not the code showing up in the page. This is the code in your page source:
HTML Code:
<!-- custom block start --> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="200px"> <tbody> <tr> <td class="tcat"> <!-- title start --> Select an Anime Series <!-- title end --> </td> </tr> <tr> <td class="alt2"> <!-- code start --> Add your code here <!-- code end --> </td> </tr> </tbody> <br /> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="200px"> <tbody> <tr> <td class="tcat"> <!-- title start --> Select an Anime Series <!-- title end --> </td> </tr> <tr> <td class="alt2"> <!-- code start --> Add your code here <!-- code end --> </td> </tr> </tbody> </table> <br /><!-- custom block end --> HTML Code:
<table><tr> <td> one block here </td> <td> another block here </td> </tr></table> |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|