The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
way to line these up?
Hi I was wondering where I can edit these 3 to be on one line next to each other instead of being in one column I would want them in a row going across
Anyone know where to edit this? thanks |
#2
|
||||
|
||||
Do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Then go into the template and edit it.
|
#3
|
|||
|
|||
ok I found out where the code is so how to align them?
heres the code Code:
<!-- icons and login code --> <table border="0" cellpadding="0" cellspacing="2" width="100%"> <tbody><tr valign="bottom"> <td> <table border="0" cellpadding="2" cellspacing="0"> <tbody><tr> <td><img title="Contains New Posts" src="images/hotblue/statusicon/forum_new.gif" alt="Contains New Posts" border="0"></td> <td class="smallfont"> Forum Contains New Posts</td> </tr> <tr> <td><img title="Contains No New Posts" src="images/hotblue/statusicon/forum_old.gif" alt="Contains No New Posts" border="0"></td> <td class="smallfont"> Forum Contains No New Posts</td> </tr> <tr> <td><img title="A Closed Forum" src="images/hotblue/statusicon/forum_old_lock.gif" alt="A Closed Forum" border="0"></td> <td class="smallfont"> Forum is Closed for Posting</td> </tr> </tbody></table> </td> |
#4
|
||||
|
||||
Right now you have them in three rows in a table:
HTML Code:
<table> <tr><td></td></tr> <tr><td></td></tr> <tr><td></td></tr> </table> HTML Code:
<table> <tr> <td></td> <td></td> <td></td> </tr> </table> |
#5
|
|||
|
|||
ohhhh ok so thats what the TR was working great now thanks alot!!!!!!!!
|
#6
|
|||
|
|||
i removed that whole icons n login code from my forum, looks cleaner @ bottom of index
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|