This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I add a link into html on blogger?
05-17-2014, 04:03 AM
Post: #1
How do I add a link into html on blogger?
Hi!
im working on my music blog (which is on blogger) and i'm trying to change the theme.

I want to add in links to the menu to redirect the readers to a page with posts tagged 'album' or 'live' for example.

so far I have this:

<!-- Start - Navigation Menu -->
<div class='nav'>
<ul class='menu' id='menu'>
<li><a expr:href='data:blog.homepageUrl'>home</a></li>
<li><a class='drop-ctg' href='#'>Categories</a>
<ul>
<li><a href='#'>Album</a></li>
<li><a href='#'>Live</a></li>
<li><a href='#'>Single</a></li>
<li><a href='#'>Introducing</a></li>
</ul>
</li>
<li><a href='#'>Contact</a></li>
<li><a href='#'>Twitter</a></li>
</ul>
</div>
<!-- End - Navigation Menu -->


do you know how I add links to the key words album, live, single, introducing, contact and twitter?

Ads

Find all posts by this user
Quote this message in a reply
05-17-2014, 04:11 AM
Post: #2
 
Hello

Try what's below.

<!-- Start - Navigation Menu -->
<div class='nav'>
<ul class='menu' id='menu'>
<li><a expr:href='data:blog.homepageUrl'>home</...
<li><a class='drop-ctg' href='#'>Categories</a>
<ul>
<li><a href="http://www.mywebsite.com/album.html">Founder</a>Album</a></li>
<li><a href='http://www.mywebsite.com/live.html'>Live</a></li>
<li><a href='http://www.mywebsite.com/single.html'>Single</a></li>
<li><a href='http://www.mywebsite.com/introducing.html'>Introducing</a></li>
</ul>
</li>
<li><a href='http://www.mywebsite.com/contact.html'>Contact</a></li>
<li><a href='https://twitter.com/user id'>Twitter</a></li>
</ul>
</div>
<!-- End - Navigation Menu -->

Note: I think you need to put a username after the last forward slash of the twitter url. You would replace mywebsite.com with your subdomain, or domain name.

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)