Add Buttons To Your Blog Post

                                                        In this article I will guide you on How to add  Buttons to your blog post by simply pasting the HTML given below.

Steps to Add 
- First Open Create post and change the view to HTML by simply clicking the pen icon
On the second line, type the following code.

<a href=”https://your_URL_here.com“>
<input type=”button” value=” Download “/>
</a>


Replace the red colored URL with your own.


Tags
To Top