MyBB Community Forums

Full Version: Navigation Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I figured out how to add links to the navigation, but I have one problem:

[Image: 2e190rp.png]

Can someone tell me how to fix this?

BTW, if this is in the wrong forum, feel free to move it.
If you give us a link to the page I'm sure somebody will be able to help you. It's easier with access to the CSS and HTML code.
DennisTT Wrote:If you give us a link to the page I'm sure somebody will be able to help you. It's easier with access to the CSS and HTML code.


http://lscommunity.free-web-hosting.biz
In the header make the toplinks menu strings look like this.

(This is View-Source - It doesn't have any $lang variables so don't change yours to the same)

XML doesn't like multiple spaces, so drag all the double-spaces out and use the TABULATOR and NOT the Space-Bar to place your script on the page. Wink

<div class="menu">
<ul>
<li><a href="http://lscommunity.free-web-hosting.biz/search.php"><img src="images/SuperMario/toplinks/search.gif" alt="" />Search</a></li>
<li><a href="http://lscommunity.free-web-hosting.biz/memberlist.php"><img src="images/SuperMario/toplinks/memberlist.gif" alt="" />Member List</a></li>
<li><a href="http://lscommunity.free-web-hosting.biz/calendar.php"><img src="images/SuperMario/toplinks/calendar.gif" alt="" />Calendar</a></li>
<li><a href="http://lscommunity.free-web-hosting.biz/misc.php?action=help"><img src="images/SuperMario/toplinks/help.gif" alt="" />Help</a></li>
<li><a href="http://lscommunity.free-web-hosting.biz/games.php"><img src="images/SuperMario/toplinks/memberlist.gif" alt="" />Arcade</a></li>
<li><a href="http://lscommunity.free-web-hosting.biz/downloads.php"><img src="images/SuperMario/toplinks/calendar.gif" alt="" />Downloads</a></li></ul>
</div>