Editing the links on a blog
How do you edit the links that appear on your blog?
Again on Blogger.com, editing the links that appear in the sidebar on your blog requires you to do just a little delicate copying and pasting of your "template".
What you are looking for is something that looks like this:
<h2 class="sidebar-title">Links</h2>
<ul>
<li><a href="http://news.google.com/">Google News</a></li>
<li><a href="http://EDITME">Edit-Me</a></li>
<li><a href="http://EDITME">Edit-Me</a></li>
</ul>
Replace "Google News" by whatever it is you want the link to say, and replace the http://news.google.com/ by whatever you want the link to actually be.
This would create a link to Yahoo News:
<h2 class="sidebar-title">Links</h2>
<ul>
<li><a href="http://news.google.com/">Google News</a></li>
<li><a href="http://uk.news.yahoo.com/">Yahoo News</a></li>
<li><a href="http://EDITME">Edit-Me</a></li>
</ul>
Notice -- very importantly -- that I took care to leave the inverted commas and > and < signs highlighted in that line!
The explanation of how to proceed from the Blogger.com "Help" file...
Again on Blogger.com, editing the links that appear in the sidebar on your blog requires you to do just a little delicate copying and pasting of your "template".

What you are looking for is something that looks like this:
<h2 class="sidebar-title">Links</h2>
<ul>
<li><a href="http://news.google.com/">Google News</a></li>
<li><a href="http://EDITME">Edit-Me</a></li>
<li><a href="http://EDITME">Edit-Me</a></li>
</ul>
Replace "Google News" by whatever it is you want the link to say, and replace the http://news.google.com/ by whatever you want the link to actually be.
This would create a link to Yahoo News:
<h2 class="sidebar-title">Links</h2>
<ul>
<li><a href="http://news.google.com/">Google News</a></li>
<li><a href="http://uk.news.yahoo.com/">Yahoo News</a></li>
<li><a href="http://EDITME">Edit-Me</a></li>
</ul>
Notice -- very importantly -- that I took care to leave the inverted commas and > and < signs highlighted in that line!
The explanation of how to proceed from the Blogger.com "Help" file...
Labels: Blogging
1 Comments:
If you've upgraded to the new Blogger, of course, or opened your Blogger account recently, then you'll find that it's a whole lot easier to add links...!
Post a Comment
<< Home