
Today we will learn how to add a welcome message on a blogger blog which will show itself on blog load. Using a simple script you can give your every visitor a warm welcoming message. The better side of this code is your welcoming message will show only on HOME page, not on other article page. So your visitor will not get annoying see same massage everytime. Now, lets start pasting the simple code.
- Log in to blogger account.
- Go directly to Design> Edit HTML page.
- Search </body> and paste the code below just before it. You can find this </body> at the last line of a blogger blog html page.
<b:if cond=data:blog.pageType == "index">
<script language=JavaScript>alert("Warm Welcome To My NetGator Blog")</script>
</b:if>
Look at the image below
You should paste the code above as shown on this screenshot.- Now click on SAVE TEMPLATE button and you have done.
alternative link download