
This is the Part-2 of my previous post on How to Customize your Feedburner Email Subscription Form. Do read Part-1 before reading this second part.
This part contains a little complex still easy tips to customize the feedburner email widget. Customization continues…
To change the height of the textbox, add:
just after:
So the part of the Code would be:
(You can change the height according to your requirements)
You can also change the font-size and colour of the text that users enters in the textbox.
Add:
just after:
Example:
(Change the size and colour to make it more attractive and matching with your template)
To change the style of the button, you need to add a small piece of code to your template.
<input type="submit" value="Subscribe" />
with,
<input type="submit" value="Subscribe" class="button"/>
(you can change the size,colour and face of the font)
It’s very simple!
Just remove the following part from your code:
Drops your comments below if you like these tips!
thanks for the tips!!!
Really nice tip man.Thanks a lot
Thanks a lot man…really good
very nice post and blog too
Thanks for your suggestions..Ive implemented a few in my blog
great instructions, worked perfectly!! thanks!!
Hi Thanks so much for the tips !
I still have one question. How do I remove the extra white space between 'Enter your email address' & the textbox & the subcribe button? Is it to do with the line-height or something? I just want to make the whole form smaller.It is much appreciated for your time and help !:)
@shirls
Hi shirls, please add the entire code of your email widget here. I’ll find out how you got unnecessary white spaces! (or mail me the code: shafar@tipsblogger.com)And do drop your site link while commenting henceforth.
HI Shafar,Thanks for quick reply. I really appreciate.I just realised I can’t post the codes here, and have emailed you the codes. Thanks again !
Hi,I’m introducing feeds to my website and your tips work wonders! Thanks!
like part 1 this post really helpful..thanks http://blogfetra.blogspot.com
Amazing Tutorial buddy. Learnt a lot for it
Hi Shirls ,Thanks for the great tutorials !!but since i am a newbie to HTML stuff , can you please send me the code of your email widget !Early response will be appreciated!email :- gaurav112in@gmail.com
@Gaurav
Hi Gaurav, check your inbox..
Great tip, check out an example customized feedburner email subscription box:http://www.mates101.comThanks,Mates 101
@Blog O Directory
Cool!
Great tips! Very useful. Really like your site, by the way. Good sound practical advice. Keep up the good work!
hi shafar,Gr8 post!! bookmarked u n subscribed too..will link to ur post in some post..its the best i hv seen anywhere to customize feedburner code..Thanks Again!!
Awesome.
Nice tips I was looking how to change the default boring feedburner subscription box!
Thanks, I want to ask is it legal to remove delivered by feedburner watermark?
@URDUSMS
If it's illegal, almost all bloggers including the 'professional bloggers' would be caught!
Great tip. I don’t know that feedburner, although free, can be edited to suit our needs. Feedburner is really cool and most importantly, it is free.
Thank u for blogging help
Major props, awesome tips. I just added subscription to my blog, bef I saw the default layout & was lucky enough to land here.
How Can We Chnage Border Colour of Box ??? i saw a black border on the box
@Minhal Mehdi
You can change the border line width and color of your choice by tweaking the code given at the beginning of the form.
(border:1px solid #ccc)
thanks a lot, I’ve customized the subscription box according to your way
It very helpful for me. … This is really great blog, I always find worth reading stuff here. Thanks
Great tutorial. How do I increase the space between my subscribe button and the email text box?
I am using Thesis. How would changing my subscribe button on your last step differ?
Thanks!
@BJ
Just use ‘br’ tags for spacing.