MyBB Community Forums

Full Version: add images to left and right of menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ive searched and never found the answer. I wanted to know if someone can help me. Im trying to add images to the left and the right side of the menu.ul
Ive seen this done before and want to learn. Thanks in advanced.
I did this once before.

Its pretty simple.

<div class="menu">
<ul>
<li style="float: left"> Link </li>
<li style="float: left"> Link </li>
<li style="float: right"> Link </li>
<ul>
</div>
<br class="clear"/>
Thanks man ill try this and let you know how it went.