Quote:
Originally Posted by Dan!
thank you very much!
thanks for the reply
Still need to know how to make the cat strips though 
|
There's a few ways to do that, and not all of them use images:
Simple CSS rounded corners for your forum [no images]
Rounded Corners
Quote:
I also need to know how to remove User CP from my navbar...
Any ideas?
|
Remove this from your
navbar template (or the
header template depending on where your skin has it):
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>