View Full Version : Border Around NavBar
imported_bushtree
07-10-2004, 10:07 PM
Hello everyone.
I am almost all done coding my skin. Anyways this is the last thing i need to fix...
As you can see i have a border going around the navbar but it doesnt go around the part that has usercp members, ect.
How can i make the border go around there as well?
Thanks,
Jolten
07-11-2004, 04:56 PM
You've got a tboder class applied somwhere.. post your navbar template and it'll be easy to find.
imported_bushtree
07-11-2004, 05:01 PM
Here is my NavBar template
EDIT: CODE REMOVED
M4g!k
07-11-2004, 05:21 PM
you shouldn't post that code here....its against ya vb lisence....
any do osme searching...
http://www.vbulletintemplates.com/mods/showthread.php?t=6604
tut :P hope this helps
imported_bushtree
07-11-2004, 05:36 PM
Ok i removed teh code. Whys it against the license? Your not allowed to post your code to get help?
M4g!k
07-11-2004, 05:51 PM
its not allowed to post the offical vb code :P
dont ask me why....i think its something to do with people knicking it for other projects other than VB...you can post modded code..just not full offical documents
imported_bushtree
07-11-2004, 09:17 PM
Oh so even though my Navbar template has mods in the code i am still not allowed to post the full template?
Thanks for letting me know.
Jolten
07-12-2004, 02:40 AM
Just PM me the code bushtree.
tnguy3n
07-12-2004, 04:21 PM
Hello everyone.
I am almost all done coding my skin. Anyways this is the last thing i need to fix...
As you can see i have a border going around the navbar but it doesnt go around the part that has usercp members, ect.
How can i make the border go around there as well?
Thanks,
in navbar template,
FIND:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px;">
REPLACE WITH:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px; border: 1px solid #444444;">
that would do the trick.
Cole2026
10-06-2004, 10:17 AM
Just to give you the heads up, you can post your template of everyone one of your templates as you wish here, or anywhere else in the vb network, as long as the code is attached, or in a code or html tag.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.