Log in

View Full Version : NavTab image problems please help lol


Xencored
07-31-2010, 03:05 PM
Ok so am having some problem i have added a image to the navtab

and on each "tab" it start the image again i cant get it to show the full image :X

if you look at the image you can see what i mean
i need the image to carry on all the way across the navtab

Thanks

borbole
07-31-2010, 04:17 PM
Ok so am having some problem i have added a image to the navtab

and on each "tab" it start the image again i cant get it to show the full image :X

if you look at the image you can see what i mean
i need the image to carry on all the way across the navtab

Thanks

Can you try the following?

At the navbar template, find this code:

<a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a>


And change it to:

<a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}"><img src="pathtoimage" alt="" align="top" />{vb:rawphrase forum}</a>


And replace pathtoimage to the actual path and name to the image that you want to use. And do the same thing for the other tabs.

Hope it helps.

Xencored
07-31-2010, 04:25 PM
Thanks same story tho

Xencored
08-01-2010, 05:39 PM
If you having the same problem the fix is HERE (http://www.vbulletin.com/forum/showthread.php?358790-NavTab-image-problems-please-help-lol)

borbole
08-01-2010, 06:12 PM
If you having the same problem the fix is HERE (http://www.vbulletin.com/forum/showthread.php?358790-NavTab-image-problems-please-help-lol)

Ah, I see that you meant quite something different from what I understood. Sorry for the misunderstanding.

Xencored
08-01-2010, 08:14 PM
Ah, I see that you meant quite something different from what I understood. Sorry for the misunderstanding.

Its cool mate thanks anyway!