How making a footnote in the blog
Make a Footnote
In a blog - Footnotes blog usually contains the message to be conveyed
to visitors. The contents of the message can be a thank you to visitors
because it has been stopped by the blog or a warning to visitors that
include links when visitors want to copy and paste the article.
Make Footnotes In blog:
1. Login to blogger -> Templates -> Edit HTML
2. Find the code . <data:post.body /> (Press CTRL + F to make it easy to find)
3. Copy the script below and paste UNDER . <data:post.body />
4. Description: The blue color change to your name The red color can be changed according to your wishes The green color can mate replace with your words To get the desired color code, you can Towards HTML Colors Code
5. Save
- Note: Sometimes in some templates there is a lot of code <data:post.body />, if not in the code first, my friend can change to the other
Make Footnotes In blog:
1. Login to blogger -> Templates -> Edit HTML
2. Find the code . <data:post.body /> (Press CTRL + F to make it easy to find)
3. Copy the script below and paste UNDER . <data:post.body />
<b:if cond='data:blog.pageType == "item"'>
<div class='vcard' id='hcard-Wisnu-Pratama' style='margin-top: 30px; padding: 10px; font-size: 12px; font-family: Arial; background: #000000; line-height: 1.3em; color: #ffffff'>
<span style='color:#cc0000; font-size:18px; margin-top:10px'>Thank You For Your Visit</span><br/>
Judul: <span itemprop='itemreviewed'><data:post.title/></span><br/>
Ditulis Oleh <span class='fn n'><span class='given-name'><span itemprop='reviewer'><data:post.author/></span></span></span><br/>
<span style='text-align: justify'>If quoting, please provide the link to the article<b><a expr:href='data:post.url'><data:post.title/></a></b>This. Fellow blogger lets mutual respect. Thank you for your attention</span>
</div>
</b:if>
<div class='vcard' id='hcard-Wisnu-Pratama' style='margin-top: 30px; padding: 10px; font-size: 12px; font-family: Arial; background: #000000; line-height: 1.3em; color: #ffffff'>
<span style='color:#cc0000; font-size:18px; margin-top:10px'>Thank You For Your Visit</span><br/>
Judul: <span itemprop='itemreviewed'><data:post.title/></span><br/>
Ditulis Oleh <span class='fn n'><span class='given-name'><span itemprop='reviewer'><data:post.author/></span></span></span><br/>
<span style='text-align: justify'>If quoting, please provide the link to the article<b><a expr:href='data:post.url'><data:post.title/></a></b>This. Fellow blogger lets mutual respect. Thank you for your attention</span>
</div>
</b:if>
4. Description: The blue color change to your name The red color can be changed according to your wishes The green color can mate replace with your words To get the desired color code, you can Towards HTML Colors Code
5. Save
- Note: Sometimes in some templates there is a lot of code <data:post.body />, if not in the code first, my friend can change to the other

Comments
Post a Comment