Wednesday, May 30, 2012

Add a Notice Board to your blog

Do you want to say something to your users in a creative way.This gadget will help you.A beautiful Notice Board for your site. Follow the steps and gadget is your.




1) Go to Blogger Dashboard > Design > Page/Edit Layout.

2) Add a Gadget > HTML/JavaScript.

3) Copy the code below and paste it into the window.


<html>
<!--This gadget is created by kiran manchekar.
If you want to use this gadget you should keep this notice
in the code-->
<style>
div.kiran{background-image:url('http://img821.imageshack.us/img821/4849/chalkboardbackgroundful.png');height:300px;width:300px;}
p{color:white;font-size:20px;margin-left:20px;margin-right:20px;font-family:"Segoe Print",serif;}
</style>
<body>
<div class="kiran">
</br>
<p>Your Message Here</p>
</div>
</body>
</html>


4) Replace 'Your Message Here' By your message.

5) Save it and done.




4 comments: