The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can I form a table?
Bassicly I am trying to create a new table. I added a second nav bar, but I want to create a table between the two nav bars so that I can place my forum banner inside of it.
So how might i go about creating this table? |
#2
|
|||
|
|||
Quote:
you can go to the end of the template and add a break line <br> And creat antoher table <table> <tr width=100%> td></td> </tr> </table> and you should have a table under the nav bar directly .. fill it with the variables that you want and modifiy it as you want |
#3
|
|||
|
|||
I am trying to add a table to the bottom of my forums under the calender events for the google adds. I added a table between the two nav bars and now it looks like this?
I may have phrased that wrong in my first post. I am trying to make a border of sorts to fill in the gap between the two nav bars. Help Please?! I have inlcuded screen shots of both. |
#4
|
|||
|
|||
Quote:
you want to creat a table located where ?! what the table for ? if posible can you take a snap shot of what do you want to do ( post comments on it ) |
#5
|
|||
|
|||
First off thank you so much for helping.
Secondly I have atched my nav bar template below. I have attached 2 screen shots. The first one is how my forums nav bar looks. The second one shows a border connecting the two nav bar around the forum banner. I doctored the second picture as to explain what I am trying to achieve. |
#6
|
|||
|
|||
if this is what your looking for
you'll find it in the attached file |
#7
|
|||
|
|||
GENIUS Thank you sooooo much, but I still have 2 questions.
On the default skins it makes a purpleish box around the banner. Can I remove that? Secondly, is there anyways to get the extra space out between the nav bars and the banner? Lastley you used this varible to create the table: PHP Code:
Thank you again for your help. |
#8
|
|||
|
|||
Quote:
if you want the back ground a white one .. you can change the code Code:
<td colspan="8"> Code:
<td colspan="8" bgcolor="#FFFFFF"> Quote:
use Code:
<td colspan="8" cellspacing="0"> Quote:
so if you want to add it in another table make sure that the number of columns in that table and add it in the Code:
<td colspan="8"> |
#9
|
|||
|
|||
Thank you again, but the spacing isn't working. I changed
PHP Code:
PHP Code:
On the table thing, how can I distinguish what colspan number to use? I THINK I can figure the rest out form there.:ermm: |
#10
|
|||
|
|||
Sorry my mistake i understoed it wrong
please change the code from PHP Code:
PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|