Log in

View Full Version : Editing link to NAVBAR


FudgeBalls2002
03-14-2006, 06:53 PM
I added a link to my navbar called Photo Gallery and for some reason, it looks like there is more space on the right of the link then to the left, although all the links should be centered. Take a look, http://tomosmopeds.org/forum/

Princeton
03-15-2006, 12:37 PM
it looks ok to me

FudgeBalls2002
03-15-2006, 06:17 PM
Look at the distance between FAQ and then Members list. The space between members list looks much greater than in between FAQ.

FudgeBalls2002
03-16-2006, 10:02 PM
bump

Rich
03-17-2006, 11:10 AM
Hello,

I just viewed the source for the page and everything is fine. There are no unneeded spaces, etc. It may be an optical illusion, but those are fine.

Lost_Prophet
03-17-2006, 11:25 AM
No he's right - it definately appears to be slightly 'off centre'. However doesn't the nav bar automatically distribute the links? None of the spaces between words are exactly the same, and TBH it only is noticable if you sit and stare at it.

Rich
03-17-2006, 11:38 AM
Hello,

I see what you are saying, but everything is centered correctly and there are no unneeded spaces or anything.

The word "FAQ" is very short compared to the other words on the navbar, so even though everything is centered in the data rows, it gives the illusions that it isn't.

He could replace everything between:
<!-- nav buttons bar -->
<!-- / nav buttons bar -->

with this:


<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="register.php" rel="nofollow">Register</a></td>
<td class="vbmenu_control">&nbsp;&nbsp;&nbsp; <a href="faq.php" accesskey="5">FAQ</a>&nbsp;&nbsp;&nbsp; </td>
<td class="vbmenu_control"><a href="http://tomosmopeds.org/photos/index.php">Photo Gallery</a></td>
<td class="vbmenu_control"><a href="memberlist.php">Members List</a></td>
<td class="vbmenu_control"><a href="calendar.php">Calendar</a></td>
<td class="vbmenu_control"><a href="search.php?do=getdaily" accesskey="2">Today's Posts</a></td>
<td id="navbar_search" class="vbmenu_control"><a href="search.php" accesskey="4" rel="nofollow">Search</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
</tr>
</table>
</div>
<!-- / nav buttons bar -->


I added some spaces before and after the "FAQ" that should help make it appear more centered in comparison to the other links.

FudgeBalls2002
03-17-2006, 10:10 PM
Alright thanks. I wasn't sure if it was a simple answer like that or I entered it wrong.