Nov 17, 2013

Insert welcome message to your blog using simple javascript


Generally whenever we visit any blogs we see the welcome message written by the admins of the blog (like Thanks for visiting my blog) to pass their message to the visitors and they generally use the marquee tag for displaying the welcome message in various styles but today In this tutorial I am going to teach you to write the welcome message in a different way using simple javascript which will help your blog to stand as a different in a crowds of blogs. 

1. Sign in to blogger
2. Go to design>Edit HTMl
3. Find the given tag (press ctrl + F to open the find box and copy the code to find box for quick finding)
</body>
4. Now copy this code given below and paste above that tag </body>
5. Replace the text Insert your welcome message here.
6. Then save it


<script language="javascript">
alert("Insert your welcome message here")
</script>

No comments:

Post a Comment

Don't be shy. Leave your comment here.