[HowTo] [3.0.3] Match the navbar to default style
This modification is in the archives.
[HowTo] [3.0.3] Match the navbar to default style
By: Floris - http://www.vbulletin-fans.com/ Description: This tutorial will show you how you can modify the navbar template to update it to use the Inner Border Width settings that you picked. In this case, match it to the default design of vBulletin so it shows the bright white line. Just a small tweak, but many people do ask me how to do it, here is how. Installation: * Open the navbar template and find this code: HTML Code:
<!-- nav buttons bar -->
HTML Code:
<table class="tborder" cellpadding="0" cellspacing="1" border="0" width="100%" align="center" style="border-top-width:0px"> <tr><td> HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
HTML Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
HTML Code:
<!-- / nav buttons bar -->
HTML Code:
</td></tr> </table> Download No files for download. Screenshots
|
Similar Mods
[HowTo] navbar tweak > Turn UserCP into a dropdown | vBulletin 3.0 Template Modifications |
[HowTo] [3.0.3] Split the navbar from the breadcrumb; and revamp it all! | vBulletin 3.0 Template Modifications |