Tuesday, April 28, 2015

How to Add a Badge to Blogger (HTML Code Provided!!!)

During this semester we have gone through three certification courses.  I wanted to add these badges to my blog and couldn't figure out how to do that.  Blogger didn't have a "gadget" that said badge outright.  I did a little digging online and found a simple tutorial.  I will provide you with the html code so you can use it for your own blogs.  

Login to blogger account.  

Okay, now go to 'Layout.'


Choose where you would like the badges to go.  I chose to put the badges right underneath my 'About Me' section.  


The gadget you're looking for says 'HTML/JavaScript'


Now, paste the HTML code into the 'Content' area.  


Copy and paste the code provided!  Make sure to paste your links in between the apostrophes, otherwise the code won't work.  


<a href='PASTE WHERE YOU WANT TO LINK TO WHEN CLICKED'>
<img src='PASTE THE IMAGE FILE' border='0' />
</a>

No comments:

Post a Comment