Posts: 1
Joined: Fri Oct 01, 2010 1:50 am

[Solved] Requesting Menu Code for "Novinture" Templete
Hi, I am using novinture templete for my blogger. http://www.isoftarchive.co.cc . but I found a issue
which is when I try to use a different website link in my menu at top. its get messed up. as a example if I use bloggerticks.com it will become http://www.isoftarchive.co.cc/bloggerticks.com . Its really worried I used correct code tho. But now I am not finding out whats wrong. Can anyone kindly check my menu code I am giving below.
I tried by changing <a expr:href='data:blog.homepageUrl'> into <a href='www.isoftarchive.co.cc'> but the issue doesnt solve. kindly please check.
-------------------------------------------------------
EDIT : SORRY. figured it out. I was too dumb. the link need to be (Example) http://www.bloggertricks.com full link. not bloggertricks.com . my bad. Thanks.
- Code:
<div id='top-nav-wrap'>
<div id='menu-wrap'>
<div id='menu'>
<ul class='sf-menu'>
<li><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li>
<a href='#'>Categories</a>
<ul>
<li><a href='http://www.isoftarchive.co.cc/search/label/Games'>Games</a></li>
<li><a href='http://www.isoftarchive.co.cc/search/label/How-To'>How-To</a></li>
</ul>
</li>
<li><a href='earnfreemoneyonline.blogs.linkbucks.com'>Earn Money Online</a></li>
<li><a href='http://www.isoftarchive.co.cc/2010/03/form-object-var-so-new-swfobjecthttpwww.html'>Contact</a></li>
</ul>
</div>
</div>
I tried by changing <a expr:href='data:blog.homepageUrl'> into <a href='www.isoftarchive.co.cc'> but the issue doesnt solve. kindly please check.
-------------------------------------------------------
EDIT : SORRY. figured it out. I was too dumb. the link need to be (Example) http://www.bloggertricks.com full link. not bloggertricks.com . my bad. Thanks.
