hope's daughter

Monday, 21 April 2014

TUTORIAL: POP-UP WELCOME MESSAGE



1) Dashboard >> Design >> Edit HTML

2) Press CTRL+F and search for this code:
<head> 
2) Copy the code below here and paste it below <head>:
 <script language='JavaScript'>alert(&quot; YOUR MESSAGE HERE&quot;);</script>
    <meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
    <b:if cond='data:blog.isMobile'>
      <meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/>
    <b:else/>
      <meta content='width=1100' name='viewport'/>
    </b:if>
    <b:include data='blog' name='all-head-content'/>
    <title><data:blog.pageTitle/></title>

3) Replace YOUR MESSAGE HERE with the message that you want.

4) Preview, Save and Done.

No comments:

Post a Comment