Modify Link List


Blogger already has a nice and simple guide for modifying links. This particular guide shows you how to change "Edit-Me" into something like Bash.org or Slashdot. What I want to touch on is how to change the word "LINKS" into something more personal. For example, I made it into "Sushi Links". Depending on personal taste, you might decide it is a step down, but you can change it into anything you like.
<h2 class="sidebar-title">Links</h2>
<ul>
<li><a href="http://news.google.com/">Google News</a></li>
<li><a href="http://EDITME1">Edit-Me1</a></li>
<li><a href="http://EDITME2">Edit-Me2</a></li>
</ul>
Replace "Links" in the above code with "whatever you want the sidebar-title to be". Replace "http//EDITME1" with the path to the webpage and "EDIT-ME1" with the title of the page. Replace "http//EDITME2" with the path to the webpage and "EDIT-ME2" with the title of the page. If you wan more links, then add the below line
<li><a href="http://EDITME3">Edit-Me3</a></li>
between
<li><a href="http://EDITME2">Edit-Me2</a></li> and </ul>
then edit "http://EDITME3" and "EDIT-ME3". If you want another link, rinse and repeat. Your final work will look something like below.

Now after learning that interesting bit, have you thought about how I was able to type &, <, and >? Figure that out and you now have the power to post code on webpages. How you use that power is up to you. Code responsibly, don't drink and code.
[Blogger Hacks]
0 Comments:
Post a Comment
<< Home