MyBB Community Forums

Full Version: Image on Nav Bar problem!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have another problem.

I tried added a little arrow pointing down so users can see its a drop down menu but I want it to sit right after where it says "Extra Links".

This is the small bit of code.

<li><a href="index.php" id="extra_links">Extra Links</a></li><img src="images/navdown.png">

Have I missed something out or put it in the wrong place?

This is what it looks like [Image: e0210169ca554835cfff93767f422e6a.png]

But I want it to look something like this...

[Image: 86a50971c2d0ae266e5f282f58263f96.png]

Notice in the first image that it sits above the text instead of right beside it?

If you can help then thanks again. Smile

Link to forum: http://nationforums.net/index.php
Add style="margin-top: 10px;" in <img src> tag. Adjust 10px until it aligns the arrow according to your needs.
Very nice yaldaram!
thanks man Big Grin