Free Web Hosting Forum
(#11 (permalink))
Old
Junior Member
skellington88 is on a distinguished road
 
Posts: 7
Join Date: Sep 2009
Default 09-27-2009, 04:08 AM

Quote:
Originally Posted by itgawd View Post
You should be able to, Its html though.
Thats the problem. I have not idea to how make this....
Reply With Quote
Sponsored Links
(#12 (permalink))
Old
Junior Member
skellington88 is on a distinguished road
 
Posts: 7
Join Date: Sep 2009
Default 09-27-2009, 04:36 AM

Look, in the wesite builder, left side top, i can make a second menu but i can make that it show in the page, how i can do that??


Last edited by skellington88; 09-27-2009 at 04:38 AM.
Reply With Quote
(#13 (permalink))
Old
Junior Member
itgawd is on a distinguished road
 
Posts: 25
Join Date: Jun 2009
Default RE: - 10-01-2009, 09:56 PM

Sorry not sure
Reply With Quote
(#14 (permalink))
Old
Junior Member
smurf is on a distinguished road
 
Posts: 2
Join Date: Aug 2011
Default 08-21-2011, 12:56 AM

Quote:
Originally Posted by skellington88 View Post
Look, in the wesite builder, left side top, i can make a second menu but i can make that it show in the page, how i can do that??


Hi, im also new too
and have similiar problem with you

finally i've got my problem solve by using this :

1. go to your cpanels and click file manager
2. open your template html in the public_html folder and clik edit, before you change anything dont forget to save it, you can save by download the template or block all and copy all the text and save it as with notepad as a txt.

3. in template edit mode search the CSS part to defined how your menu look, paste the next code under

<style type="text/css">

<!--

or before
-->

this is the CSS code:

ul#navlist
{
width: 158px;
\width: 160px;
w\idth: 158px;
padding: 0px;
border: 1px solid #808080;
border-top: 0px;
margin: 0px;
font: bold 12px verdana,helvetica,arial,sans-serif;
background: #808080;
}

ul#navlist li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #808080;
}

ul#navlist li a
{
display: block;
width: 122px;
\width: 158px;
w\idth: 122px;
padding: 4px 8px 4px 8px;
border: 0px;
border-left: 20px solid #aaaabb;
background: #ccccdd;
text-decoration: none;
text-align: right;
}

ul#navlist li a:link { color: #666677; }
div#navcontainer li a:visited { color: #666677; }

ul#navlist li a:hover
{
border-color: #ff9000;
color: #ffffff;
background: #000d33;
}



4. after paste the CSS code, now go to the table where your going to put the link, if your going to put it as a left vertical menu link than search your left table, my left table have news label from the template so i just type news to search for my left table.

5. after you find where your left table in your template html, paste this code between <table> or before </table> tag
you just have to watch the list to define where your going to put it.

here the codes:

<tr>
<td>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="#" id="current">Item one</a></li>
<li><a href="#">Item two</a></li>
<li><a href="#">Item three</a></li>
<li><a href="#">Item four</a></li>
<li><a href="#">Item five</a></li>
</ul>
</div>
</td>
</tr>

6. after that you are done, to link it just change the # simbol with your page address and your menu and link is ready to use.

i hope it can help you a little, im sorry cause im also a newbie and sorry for my bad english.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com