How To Add Bon Bon Buttons To Blogger Blog?
- Go to Blogger Dashboard > Design > Edit HTML.
- As always download a copy of your template.
- Now search for below code in your template (Tip - Use CTRL+F function)
</head>
Add below code just above/before of above code.
<link rel="stylesheet" type="text/css" href="http://helperblogger.ucoz.com/css/bon-bon-buttons.css"/>
Now save your template and you are done.Lets see how to use them in your posts...
How To Use These Buttons In Posts?
While creating post click on Edit HTML tab in your post editor.
Now use below code to use these buttons in your posts
<a href="YOUR LINK HERE" class="button">YOUR TEXT HERE</a>
Now replace
YOUR LINK HERE
with your link and YOUR TEXT HERE
with your text.This is for the only one type of button you can know more about these buttons here.
Your template designer(Prayag) has already putted the button code in your template and they are matching with my code that's why you are getting this error.If you want to use these buttons then you have to remove your old codes.
ReplyDeleteif i want just use one of this how i can get here link?
ReplyDeleteuse below code
ReplyDelete<a href="YOUR LINK HERE" class="button">YOUR TEXT HERE</a>
replace YOUR LINK HERE with your link and replace YOR TEXT HERE with the text which you want to appear on button.