<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UndeniableProfits.com &#187; FeedBurner</title>
	<atom:link href="http://www.undeniableprofits.com/tag/feedburner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.undeniableprofits.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sat, 07 Apr 2012 17:13:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FeedBurner Email Subscription Form Gets A Facelift</title>
		<link>http://www.undeniableprofits.com/feedburner-email-subscription-form-gets-a-facelift/</link>
		<comments>http://www.undeniableprofits.com/feedburner-email-subscription-form-gets-a-facelift/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 13:39:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design Tips]]></category>
		<category><![CDATA[Blog Theme]]></category>
		<category><![CDATA[Email Subscription]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[Webpage Template]]></category>

		<guid isPermaLink="false">http://www.undeniableprofits.com/?p=372</guid>
		<description><![CDATA[Are you using FeedBurner email subscription service for your blog or website? Are you happy with the design of the original email subscription form shown below? Does it really blends well with your blog theme or webpage template? Do you think it needs a facelift? Yes, I personally think so. If you think the same [...]]]></description>
			<content:encoded><![CDATA[<p><br />
Are you using FeedBurner email subscription service for your blog or website? Are you happy with the design of the original email subscription form shown below? Does it really blends well with your blog theme or webpage template?</p>
<p style="text-align: center;"><a href="http://www.undeniableprofits.com/wp-content/uploads/2010/01/feedburner_f1.png"><img class="size-full wp-image-438  aligncenter" style="border: 0pt none;" title="feedburner_f1" src="http://www.undeniableprofits.com/wp-content/uploads/2010/01/feedburner_f1.png" alt="FeedBurner Email Subscription Form" width="352" height="200" /></a></p>
<p>Do you think it needs a facelift? Yes, I personally think so. If you think the same as me, please read on as I&#8217;m going to show you <strong>how to facelift your FeedBurner Email Subscription Form in 5 easy steps</strong>.</p>
<p>Here, I assume you already knew where and how to copy and paste the original subscription form code into your blog. <em>If you are not sure, please let me know.</em></p>
<p>Below is my sample code. <em>Please don&#8217;t copy it to your blog unless you want your readers to subscribe to my feed which I don&#8217;t mind!<br />
</em></p>
<div style="padding: 1.2em; background-color: #f4f4f4; line-height: 1.4;"><code>&lt;form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=UndeniableProfits', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"&gt;&lt;p&gt;Enter your email address:&lt;/p&gt;&lt;p&gt;&lt;input type="text" style="width:140px" name="email"/&gt;&lt;/p&gt;&lt;input type="hidden" value="UndeniableProfits" name="uri"/&gt;&lt;input type="hidden" name="loc" value="en_US"/&gt;&lt;input type="submit" value="Subscribe" /&gt;&lt;p&gt;Delivered by &lt;a href="http://feedburner.google.com" target="_blank"&gt;FeedBurner&lt;/a&gt;&lt;/p&gt;&lt;/form&gt;</code></div>
<h3><strong> </strong></h3>
<h3><strong>Step #1: Set Form Width</strong></h3>
<p>If you want to set the Form Width to size, say <strong>300</strong>, just add the following code to the <strong><code>&lt;form style="…"&gt;</code></strong> tag.</p>
<div style="padding: 1.2em; background-color: #f4f4f4; line-height: 1.4;"><code>width:300;</code></div>
<p>Now, the tag will become this&#8230;</p>
<div style="padding: 1.2em; background-color: #f4f4f4; line-height: 1.4;"><code>&lt;form style="border:1px solid #ccc;padding:3px;text-align:center;width:300;"&gt;</code></div>
<h3><strong> </strong></h3>
<h3><strong>Step #2: Add Background Color</strong></h3>
<p>If you want the FeedBurner email subscription form to have a background color, say your favorite color code is <strong>#F4F4F4</strong>, then just add the following code to the <strong><code>&lt;form style="…"&gt;</code></strong> tag.</p>
<div style="padding: 1.2em; background-color: #f4f4f4; line-height: 1.4;"><code>background-color:#F4F4F4;</code></div>
<p>Now, the tag will become this&#8230;</p>
<div style="padding: 1.2em; background-color: #f4f4f4; line-height: 1.4;"><code>&lt;form style="border:1px solid #ccc;padding:3px;text-align:center;width:300;background-color:#F4F4F4;"&gt;</code></div>
<p>and the form will look like this&#8230;</p>
<p style="text-align: center;"><a href="http://www.undeniableprofits.com/wp-content/uploads/2010/01/feedburner_f2.png"><img class="size-full wp-image-441  aligncenter" style="border: 0pt none;" title="feedburner_f2" src="http://www.undeniableprofits.com/wp-content/uploads/2010/01/feedburner_f2.png" alt="FeedBurner Email Subscription Form" width="309" height="161" /></a></p>
<p><em>If you need a free color picker software that you can simply point the mouse cursor anywhere on the screen and tell you the color code, I would recommend <strong><a href="http://www.iconico.com/colorpic/" target="_blank">ColorPic</a></strong>.</em></p>
<h3><strong>Step #3: Add Background Image</strong></h3>
<p>If you think you need a Background Image for the form, again just add the following code to the <strong><code>&lt;form style="…"&gt;</code></strong> tag.</p>
<div style="padding: 1.2em; background-color: #f4f4f4; line-height: 1.4;"><code>background-image:url('IMAGE URL');</code></div>
<p>Now, the tag will become this&#8230;</p>
<div style="padding: 1.2em; background-color: #f4f4f4; line-height: 1.4;"><code>&lt;form style="border:1px solid #ccc;padding:3px;text-align:center;width:300;background-color:#F4F4F4;background-image:url('IMAGE URL');"&gt;</code></div>
<p>Let&#8217;s see how the form will look like if I use image below as the background image.</p>
<p style="text-align: center;"><a href="http://www.undeniableprofits.com/wp-content/uploads/2010/01/bgrss.gif"><img class="size-full wp-image-452  aligncenter" title="bgrss" src="http://www.undeniableprofits.com/wp-content/uploads/2010/01/bgrss.gif" alt="Background Image of Feedburner Email Subscription Form" width="121" height="129" /></a></p>
<p>Now, the form is being filled with the background image&#8230; but with repeated images.</p>
<p style="text-align: center;"><a href="http://www.undeniableprofits.com/wp-content/uploads/2010/01/feedburner_f3.png"><img class="size-full wp-image-450  aligncenter" style="border: 0pt none;" title="feedburner_f3" src="http://www.undeniableprofits.com/wp-content/uploads/2010/01/feedburner_f3.png" alt="FeedBurner Subscription Form" width="312" height="162" /></a></p>
<h3><strong>Step #4: Set Background Image to &#8220;No-Repeat&#8221;</strong></h3>
<p>If you don&#8217;t want the form to be filled up with repeated images, please add the following code to the <strong><code>&lt;form style="…"&gt;</code></strong> tag.</p>
<div style="padding: 1.2em; background-color: #f4f4f4; line-height: 1.4;"><code>background-repeat:no-repeat;</code></div>
<p>Now, the tag will become this&#8230;</p>
<div style="padding: 1.2em; background-color: #f4f4f4; line-height: 1.4;"><code>&lt;form style="border:1px solid #ccc;padding:3px;text-align:center;width:300;background-color:#F4F4F4;background-image:url('IMAGE URL');background-repeat:no-repeat;"&gt;</code></div>
<p>and the form will look like this&#8230;</p>
<p style="text-align: center;"><a href="http://www.undeniableprofits.com/wp-content/uploads/2010/01/feedburner_f4.png"><img class="size-full wp-image-465  aligncenter" style="border: 0pt none;" title="feedburner_f4" src="http://www.undeniableprofits.com/wp-content/uploads/2010/01/feedburner_f4.png" alt="FeedBurner Email Subscription Form" width="311" height="162" /></a></p>
<h3><strong>Step #5: Set Background Image to &#8220;Top-Right&#8221; Position</strong></h3>
<p>Do you think the form will look nicer if I can move the background image to the &#8220;<strong>Top-Right</strong>&#8221; position? So, here again I&#8217;m going to add the following code to the <strong><code>&lt;form style="…"&gt;</code></strong> tag.</p>
<div style="padding: 1.2em; background-color: #f4f4f4; line-height: 1.4;"><code>background-position:top right;</code></div>
<p>Now, the tag will become this&#8230;</p>
<div style="padding: 1.2em; background-color: #f4f4f4; line-height: 1.4;"><code>&lt;form style="border:1px solid #ccc;padding:3px;text-align:center;width:300;background-color:#F4F4F4;background-image:url('IMAGE URL');background-repeat:no-repeat;background-position:top right;"&gt;</code></div>
<p>Yeah! FeedBurner Email Subscription Form has just got a facelift! It looks much more better now, isn&#8217;t?</p>
<p style="text-align: center;"><a href="http://www.undeniableprofits.com/wp-content/uploads/2010/01/feedburner_f5.png"><img class="size-full wp-image-470  aligncenter" style="border: 0pt none;" title="feedburner_f5" src="http://www.undeniableprofits.com/wp-content/uploads/2010/01/feedburner_f5.png" alt="FeedBurner Email Subscription Form" width="308" height="160" /></a></p>
<p style="text-align: center;"><img class="aligncenter" title="FeedBurner" src="http://farm4.static.flickr.com/3227/2649325970_6d5c8a6647_m_d.jpg" alt="FeedBurner" width="180" height="240" /><br />
Photo by <strong><a href="http://www.flickr.com/photos/sophistechate/" target="_blank">Lisa Brewster</a></strong></p>
<p>Have you added your own customized FeedBurner email subscription form to your blog or webpage? Hope you enjoyed!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.undeniableprofits.com/feedburner-email-subscription-form-gets-a-facelift/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
	</channel>
</rss>

