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: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 


Messages In This Thread
[] - Franco - 05-17-2014 04:11 AM

Forum Jump:


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