How to create easy way to link list for blogger
1. Log in to blogger and Go to Design >> Page Element
2.Click Add Gadget and select 'HTML/Javascript'
3. Paste below code
4. If you want, add more links with <li><a href="LINK-8">TITLE-8</a></li>
with using this code.
5. Replace LINK-1 with your link and replace TITLE-1 with link name
6. Click save you are done.
1. Log in to blogger and Go to Design >> Page Element
2.Click Add Gadget and select 'HTML/Javascript'
3. Paste below code
<h4>Your link list</h4> <ol> <li><a href="LINK-1">TITLE-1</a></li> <li><a href="LINK-2">TITLE-2</a></li> <li><a href="LINK-3">TITLE-3</a></li> <li><a href="LINK-4">TITLE-4</a></li> <li><a href="LINK-5">TITLE-5</a></li> <li><a href="LINK-6">TITLE-6</a></li> <li><a href="LINK-7">TITLE-7</a></li> </ol>
4. If you want, add more links with <li><a href="LINK-8">TITLE-8</a></li>
with using this code.
5. Replace LINK-1 with your link and replace TITLE-1 with link name
6. Click save you are done.
0 comments:
Post a Comment