1

Topic: help menu and baner

hi



1.I wana add a banner in top on the side how can i do it?
2.I wana move the menu to the right side how can i do it?  Like http://www.tibianordic.com/


my side is http://lachare.com/


Thanks for the help

Re: help menu and baner

1. Edit include/template/main.tpl to include your banner.

2. You should be able to use code slightly modified from that provided by the miniportal tutorial. The following CSS may be adequate in the place of the miniportal's original CSS (I've done this before but I'm not sure if I still have the code I used - the following is untested):

    #left {
        width: 120px;
        float: right;
    }
    #main {
        margin-right: 130px;
    }
    #container {
        width: 100%;
        float: left;
        margin-right: -120px;
    }
Looking for a certain modification for your forum? Please take a look here before posting.

3 (edited by Wo3e 2006-12-27 13:32)

Re: help menu and baner

yeeah it work big_smile.. But now i wana delete the top menu how can i do smile

Re: help menu and baner

The top navigation menu? Just remove <pun_navlinks> from main.tpl.

Looking for a certain modification for your forum? Please take a look here before posting.

5

Re: help menu and baner

To let you know, I'm not using the Miniportal ^^

I'm glad to see people noticing my website, though.