Add Stylish Welcome Message to Blogger Blog
Follow simple and easy step to adding this welcome box to blogger ---->>>>* First go to your blogger Dashboard.
* Now click in design tab and edit HTML.
* Click in small box to expand your blogger Template.
* Now find this code </head> by CTRL+F key.
* Now copy below code and paste before </head>
<style type='text/css'>.welcome { position:fixed; bottom:1%; right:1%; padding:10px; font-family:Arial; background:#98DBF7; border:1px solid #2FBAF6; } </style>
* Now again go to blogger Dashboard and click in design tab.
* Now you are here ----> Page element.
* Click in add Gadget which is your blog sidebar.
* When open new window click in HTML/javascript from list.
* When open new blank box copy below code and paste in blank box.
<div class="welcome">Your Message Here</div>
No comments:
Post a Comment