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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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
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;
}
yeeah it work .. But now i wana delete the top menu how can i do
The top navigation menu? Just remove <pun_navlinks> from main.tpl.
To let you know, I'm not using the Miniportal ^^
I'm glad to see people noticing my website, though.
PunBB Forums → PunBB 1.2 troubleshooting → help menu and baner
Powered by PunBB, supported by Informer Technologies, Inc.