View Full Version : Navigation bar
NakedAlien
02-12-2009, 07:52 AM
I want to edit where the links such as UserCP, Faq, Community etc are. I want to have a different background for it. Where do I edit that and what code should I add?
vbplusme
02-12-2009, 07:59 AM
Check the Main CSS in the style manager, look for the Navbar box. You can change the attribute there.
NakedAlien
02-12-2009, 05:38 PM
Where in there do I put the url of the image? I tried before on the background section. All it did was add the image above the navigation bar, not underneath it
NakedAlien
02-14-2009, 08:21 AM
I also would want to move the links to the center. So there isn't such distance between each link. What part of the code should I edit to do that?
In case I didn't make it clear enough this is what I want:
UserCp Faq Community
Instead of:
UserCp Faq Community
Lynne
02-14-2009, 04:14 PM
I also would want to move the links to the center. So there isn't such distance between each link. What part of the code should I edit to do that?
In case I didn't make it clear enough this is what I want:
UserCp Faq Community
Instead of:
UserCp Faq Community
Um.... they look the same to me. :confused:
They should all be in <td> tags in a row, <tr>. So, I think it you align="center" to the row tag, they should get centered.
mikey1991
02-14-2009, 04:29 PM
I had this problem, Lynne helped me out in my thread:
https://vborg.vbsupport.ru/showpost.php?p=1743487&postcount=2
:)
NakedAlien
02-16-2009, 06:05 AM
Um.... they look the same to me. :confused:
They should all be in <td> tags in a row, <tr>. So, I think it you align="center" to the row tag, they should get centered.
Oh yeah they indeed do look the same. But my intention was to show that the style which I wanted had less space between the links. UserCp .... FAQ .... Instead of Usercp ................. FAQ
NakedAlien
06-27-2009, 02:56 PM
So how do you bring the links closer together?
Attitude5ire
06-27-2009, 03:07 PM
There are couple of ways.
You have the main table for the links with width 100%. you need to loop another table inside it and make with say for ex:80% or any % if its fluid layout.
You can also try padding options too or cell spacing manually reduce it but the table width needs to be less if u want em close
NakedAlien
06-27-2009, 06:38 PM
Can you give me an example in code, because else I probably will never get it :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.