Help placing menu

Discussion in 'Websites' started by powerlifer, Oct 12, 2009.

  1. #1
    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.
     
    powerlifer, Oct 12, 2009 IP
  2. MhW

    MhW Active Member

    Messages:
    370
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    85
    #2
    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. :eek:
     
    MhW, Oct 12, 2009 IP
  3. powerlifer

    powerlifer Active Member

    Messages:
    2,002
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    78
    #3
    thank you i will give this a try :).
     
    powerlifer, Oct 12, 2009 IP