Quote:
Originally Posted by bushtree
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:
HTML Code:
<!-- 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:
HTML Code:
<!-- 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.