Hey guys i need some help on how or where i can position a few menu buttons or links with using the layout im using. i.e say home, benefits, recipes, contact the site is: Juicing Forum cheers, also the problem is, is that id like an area on the main page for some affiliate banners aswell.
You could float some extra links to the right of the navbar. <li style="float: right;"><a href="#">Link</a></li> Code (markup): As for the affiliates, just use something like this to make it blend into your forum: <div style="margin-top: 1ex;" class="tborder"> <div style="padding: 5px 5px 5px 10px;" class="catbg"> Affiliates </div> <table width="100%" cellspacing="1" cellpadding="5" border="0" style="margin-top: 1px;" class="bordercolor"> <tbody><tr> <td valign="top" align="center" class="windowbg">affiliates code here </td> </tr> </tbody></table> </div> Code (markup): Don't ask which file to edit, I have 0 experience with SMF template editing.