Here is a fix for people that want a navbar ontop.
You will have the problem like in post
#33
i had the problem. it had no border ontop and a thick one on bottom.
i spent a couple hours trying to figure the stupid thing out.
its really easy and i dont know why it took me so long to figure out.
anyways,
in navbar2 template find:
PHP 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">
and replace with:
PHP Code:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
easy as that. not sure why no one else posted the solution