Quote:
Originally Posted by Xplorer4x4
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?
|
o.O if you go and modify the template for the navbar ..
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