Quote:
Originally Posted by Deepdog009
{{{ Nice site U have there }}}
Sure U can,
Best way 2 accomplish what U want is 2 split code...
Css info added in file {{{ mycss.css }}}, Next insert into headerincludes like this below...>
HTML Code:
<link rel="stylesheet" type="text/css" media="screen" href="mycss.css">
Html added into body of your forumhome or navbar template... Example below...>
HTML Code:
<table cellpadding="0" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td><div id="navcontainer">
<ul id="navlist">
<!-- CSS Tabs -->
<li id="current"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Home</a></li>
<li><a href="/forums/arcade.php">Arcade</a></li>
<li><a href="/forums/articles.php">Articles</a></li>
<li><a href="/forums/">Chat</a></li>
<li><a href="/forums/">Forums</a></li>
<li><a href="/gallery/">Gallery</a></li>
<li><a href="/forums/">News</a></li>
<li><a href="/forums/sendmessage.php">Support</a></li>
</ul>
</div></td>
</tr>
</table>
Remember 2 add html code above table or tbody area where U want it 2 show up...
If U want it above navbar, add html code 2 navbar template at beginning...
Some call this Semi-hardcode...
Give it a go :up:
|
Hi thanks, i tried what you said but the nav bar ended up showing up like a list with the links next to a dot (like a list) going down.
I also tried to remove those lines appearing on the right and left but it didnt work either :\