http://icons.iconarchive.com/icons/rokey/eicodesign/folder-apple-with-file-icon.jpg
To show it through HTML code, we add the HTML code to the URL, so it becomes like this.
<img src="http://icons.iconarchive.com/icons/rokey/eicodesign/folder-apple-with-file-icon.jpg"/>
So that the image appears on the label, follow the steps below.
- Log in to Blogger.
- Go to Layout.
- Click Edit HTML.
- Backup your template. Click Download Full Template.
- After backup, find similar code as below.
<a expr:href='data:label.url'>
<data:label.name/>
  (<data:label.count/>)</a> - If you have found, paste the HTML code of your icon as below.
<a expr:href='data:label.url'>
<img src="http://icons.iconarchive.com/icons/rokey/eicodesign/folder-apple-with-file-icon.jpg"/>
<data:label.name/>
  (<data:label.count/>)</a> - Then save your template.
- Finished.
0 comments:
Post a Comment