How to fix navbar button

Error47

New Member
I am using the greenfox theme on Vb 3.8.1 . I made a template edit to the header instead of the navbar because it was the only place I could find.
Now the button seems weird.

351195navbar.jpg


This is what I added in the header next to calendar:
Code:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
 
Question?

Are they buttons. If so you would have to create a new button because what I appear to be seeing is just a flat image compared to the other buttons.

If not, can I get the header and nav bar code?
 
Try this and see if it works for you:

Code:
<td width="78" height="34" class="css_nav"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
 
Back
Top