CSS EFFECT..
Now First we will add the CSS Code in Blogger Template so follow my Simple below Instruction.
- Login to Blogger >> Click on drop down menu >>then select "Template".
- Now you will see "EDIT HTML" Button ,Click on it >> and then click Proceed button .
- Now find this tag </head> by using CTRL + F
- Paste below code Just Before/above </head> tag
<link charset='utf-8' href='https://dl.dropbox.com/s/ss1dy8cqp3gfbb1/Email-Subscribe-Blogger.css' media='screen' rel='stylesheet' title='no title' type='text/css'/>
Email Subscribe CODE
Now we can use below code to add Email Subscribe Box any where we want. you can add it as HTML WIDGET in blogger layout,But i will Recommend You to add below Email Subscribe Box code to Template.
Just Find below Code in our Template .
<div class='post-footer-line post-footer-line-3'/>
and Below above code add the below code.
<b:if cond='data:blog.pageType == "item"'>
<div id='TWSubscribe'>
<p class='headline'>Subscribe Updates, Its FREE!</p>
<span class='Arrow'/>
<form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open('http://feedburner.google.com/fb/a/mailverify?uri=egytricks', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' target='popupwindow'> <table><tr><td><input class='Text' name='email' onblur='if (this.value == "") {this.value = "Enter Your Email";}' onfocus='if (this.value == "Enter Your Email") {this.value = "";}' type='text' value='Enter Your Email'/> <input name='uri' type='hidden' value='egytricks'/><input name='loc' type='hidden' value='en_US'/></td><td><input class='Button' type='submit' value='Subscribe Now'/></td></tr></table></form>
</div></b:if>
Now all done Save the Template.
0 comments:
Post a Comment