How To Add Welcome Message to Your Blogger
1.Login to your blogger dashboard--> Design- -> Edit HTML
2.Scroll down to where you see ]]></b:skin> tag .
3.Copy below code and paste it just After ]]></b:skin> tag
4.Click on Save Template,
5.Now click on 'Add a Gadget' on the sidebar.
6.Select 'HTML/Javascript' and add the one of code given below
Note: Replace Your Message here with your own message
7. Now Click on Save "Html Java Script" and you are done
1.Login to your blogger dashboard--> Design- -> Edit HTML
2.Scroll down to where you see ]]></b:skin> tag .
3.Copy below code and paste it just After ]]></b:skin> tag
.element { position:fixed; bottom:1%; right:1%; padding:10px; font-family:Arial; background:#98DBF7; border:1px solid #2FBAF6; }
4.Click on Save Template,
5.Now click on 'Add a Gadget' on the sidebar.
6.Select 'HTML/Javascript' and add the one of code given below
<div class="element">Your Message Here</div>
Note: Replace Your Message here with your own message
7. Now Click on Save "Html Java Script" and you are done
No comments:
Post a Comment