1 wwwmaster2000 Aug 19, 2008 23:41
3 wwwmaster2000 Aug 20, 2008 01:04
Wow, I scratched my forehead, tried to do something in the admin. But didn't really complete anything. Could you please explain a little bit more in details? Thank you very much. I really need a bit more details. :D All I need is just a link. I went to Blog Settings > Blog Name > Widgets >
There are bunch of choices under "Blog navigation:".
Inside of the "Menu Link" I found following fields:
-Link Type
-Name
-CSS Class
-DOM ID
---------------------
What do I enter into these two:
-CSS Class
-DOM ID
Thank you very much.
Igor Vishnevskiy
http://www.worldcheaper.com
4 tilqicom Aug 20, 2008 01:15
[url=http://i35.tinypic.com/2cf3vbq.jpg]Step1[/url]
[url=http://i33.tinypic.com/2uhqtkg.jpg]step2[/url]
[url=http://i36.tinypic.com/25p75g6.jpg]step3[/url]
to insert the link
then it wont look like the other ones on the right.. this time you will have to open .../skins/yourskin/style.css
and insert the code i gave you in there.
5 wwwmaster2000 Aug 20, 2008 01:30
Wow, Thank you very much.
6 tilqicom Aug 20, 2008 03:16
hi there, i just visited your blog and ve seen that your links are not styled correctly, if you want your links to be same like 'HOME' 'CONTACT'
add these lines to your style.css file :
.top_menu ul a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 8px;
font-size: 12px;
color: #fff;
font-weight: bold;
border-bottom:none;
}
.top_menu ul a:hover {
background: #fff url('img/a18.gif') repeat-x top;
color: #4A4A24;
text-decoration: none;
}
insert a 'free html widget' into that container "menu" -probably- and simply link wherever you want like..
<a href="http://www.mynewlink.com" class="mycustomlink">Home</a>
you will possibly have an issue that it wont look like the other ones, you can apply a class to it and duplicate the style.. to do this, insert the following into your css file: