<?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>emailchatr &#124; Delivra E-mail Blog &#187; CSS</title>
	<atom:link href="http://blog.delivra.com/index.php/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.delivra.com</link>
	<description>Delivra provides world-class email marketing services. Get your free situation analysis today!</description>
	<lastBuildDate>Wed, 08 Sep 2010 12:42:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>And I thought school was over&#8230;</title>
		<link>http://blog.delivra.com/index.php/2010/04/and-i-thought-school-was-over/</link>
		<comments>http://blog.delivra.com/index.php/2010/04/and-i-thought-school-was-over/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 20:54:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Guest Bloggers]]></category>
		<category><![CDATA[Success Stories]]></category>
		<category><![CDATA[communications]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Delivra]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[email marketing software]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[inline]]></category>
		<category><![CDATA[plain text]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://blog.delivra.com/?p=2316</guid>
		<description><![CDATA[﻿Tales from a poor confused artist who thought school was finally over I’ve been working at Delivra since last summer. I started with a basic e-mail marketing I.Q. of about 12, and considering how lost I get during conversations within the company or with other big-wigs of this particular market, that number does not seem [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.delivra.com%2Findex.php%2F2010%2F04%2Fand-i-thought-school-was-over%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.delivra.com%2Findex.php%2F2010%2F04%2Fand-i-thought-school-was-over%2F&amp;source=Delivra&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>﻿<a href="http://blog.delivra.com/wp-content/uploads/2010/04/squish.jpg"><img class="alignleft size-full wp-image-2317" style="margin: 5px;" title="squish" src="http://blog.delivra.com/wp-content/uploads/2010/04/squish.jpg" alt="" width="200" height="194" /></a>Tales from a poor confused artist who thought school was finally over</strong></p>
<p>I’ve been working at Delivra since last summer. I started with a basic e-mail marketing I.Q. of about 12, and considering how lost I get during conversations within the company or with other big-wigs of this particular market, that number does not seem to have changed much.  Fortunately, as a designer, my job is relatively straightforward and simple, but it does come with some memory-testing challenges.</p>
<p>The whole process seems to be like a never-ending finals week. You spend a few days studying (building the email), turning in homework (sending the client your drafts), you take the pre-quiz (send the test email), then panic your way through the final exam (send the email).  It’s stressful, nerve-wracking, and worth everything when it results in a perfect A+ (a happy client). And while it probably isn’t as nail-bitingly terrifying as that Psychology exam you just found out about, it <em>is</em> enough to give you nightmares about being eaten alive by HTML.</p>
<p>Fortunately, cliff-notes and study-guides are available in the form of blogs. Those come in really handy when an HTML-monster project comes along, and your usual weapons of choice aren’t cutting it. There aren’t many challenges out there that another designer hasn’t overcome, and they’re more than willing to help a clueless fellow out.</p>
<p>Before your next test (email), here are some things to memorize that&#8217;ll help you out:<span id="more-2316"></span></p>
<ol>
<li><strong>Paragraph and Header tags are evil.</strong> They sound like a brilliant idea, but really, they are not to be trusted. If you’re wondering why you have so much space between text, images or just <em>space </em>that doesn’t need to be there, chances are there is a &lt;p&gt;&lt;/p&gt; or &lt;h1,h2,h3,h4,h5,h6&gt;&lt;/h&gt; somewhere in your HTML code. P-tags will just show up uninvited if you hit <strong>enter</strong> after a sentence. Instead of <strong>enter</strong> use <strong>shift</strong> + <strong>enter</strong>; this will enter a break tag or &lt;br /&gt;, which will move the cursor to the next line without inserting space that has no business being there. Also, instead of using header tags, just resize the text to match the size of your choice. Painless and a lot less hassle.</li>
<li><strong>Keep your tables simple. </strong>You would be amazed how much havoc a complicated table can wreak. I got a lot of hate from an email I was working on, and could not figure out why until fellow designer Celeste looked at my code and pointed out how ridiculous my table was. I had all kinds of merged cells and spacing issues that looked ok in Dreamweaver, but neither email client or web browser were feeling it.</li>
<li><strong>CSS: Embedded and External = Bad, Inline=Good. </strong>Styles in e-mail are becoming more and more common, but knowing which ones can or can’t be used is a little tricky. Not all email clients are created equal, and most clients treat CSS like a weird cousin who wasn’t invited to the family reunion but came anyway.</li>
<li><strong>Convert Word Document or Copy to Plain Text before pasting into HTML editor. </strong>Doing this helps to prevent weird symbols popping up randomly throughout your email. No more question mark apostrophes for you!  Not sure how to do this?  One way that I often do this is to drop the text into Notepad, which is an application listed under your Accessories of your computer (Start | Programs | Accessories).  You can then select Edit/Paste from Notepad and take it right into the HTML editor without any pre-defined formatting that might not otherwise work in an HTML version.</li>
</ol>
<p>Hope this helps you as much as it helped me!</p>
<p>Peace out!</p>
<p>Abby Alexander | Design Services</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.delivra.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.delivra.com/index.php/2010/04/and-i-thought-school-was-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is my email breaking apart!?-Four Tips that will help</title>
		<link>http://blog.delivra.com/index.php/2010/01/why-is-my-email-breaking-apart-four-tips-that-will-help/</link>
		<comments>http://blog.delivra.com/index.php/2010/01/why-is-my-email-breaking-apart-four-tips-that-will-help/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 16:30:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Celeste]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[communicate]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Delivra]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[email marketing software]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[marketers]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[recipients]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://blog.delivra.com/?p=1446</guid>
		<description><![CDATA[Let’s say you’re just about done putting together your email content. It’s approved to send out and you’re proud of how great it looks. You send yourself a test email for one final check… and it’s completely blown apart! What do you do? Before you light your computer on fire and throw it at the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.delivra.com%2Findex.php%2F2010%2F01%2Fwhy-is-my-email-breaking-apart-four-tips-that-will-help%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.delivra.com%2Findex.php%2F2010%2F01%2Fwhy-is-my-email-breaking-apart-four-tips-that-will-help%2F&amp;source=Delivra&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://blog.delivra.com/wp-content/uploads/2010/01/co-blogphoto.jpg"><img class="alignleft size-full wp-image-1251" style="margin: 5px; border: 2px solid black;" title="co-blogphoto" src="http://blog.delivra.com/wp-content/uploads/2010/01/co-blogphoto.jpg" alt="co-blogphoto" width="100" height="92" /></a>Let’s say you’re just about done putting together your email content. It’s approved to send out and you’re proud of how great it looks. You send yourself a test email for one final check… and it’s completely blown apart! What do you do? Before you light your computer on fire and throw it at the nearest intern, check to see if it’s one of these top 4 issues.</p>
<ul><span id="more-1446"></span></p>
<li><strong>Are you using only inline CSS and HTML tables?</strong> If your text is displaying without all your fancy colors, sizes and fonts, you’ve probably formatted them using an embedded or linked style sheet. Make sure all your content is formatted with <strong>only inline CSS or HTML.</strong> Stay away from using CSS for positioning – use old-school tables instead.</li>
<li><strong>Were your images saved at the correct size before you placed them in your HTML?</strong> An image saved at a size too big for your email template may break it apart… even <em>after</em> you’ve set the correct sizes in your HTML. A few email clients will ignore your HTML image attributes, so even though you’ve sized down your beautiful 1200px by 1700px banner, it may display at its original size – stretching out the rest of your email. Save your images at their final sizes before you place them in your email content (or Delivra’s Media Library).</li>
<li><strong>Does your HTML contain lots of nested tables or tables with merged cells?</strong> Excessive use of nested tables (tables set inside tables) or complicated tables with merged cells can cause problems. Plan ahead and lay out your content before you take it into HTML. The more you tinker with your HTML as you put it together, the more likely it is that problem-causing invisible elements will be left in it.</li>
<li><strong>Are you using background images or colors? </strong>Code placed in or above the &lt;body&gt; tag can be stripped out – so any background colors or images here may be lost. It’s safe to use background colors in your tables and table cells, but some clients won’t display background images regardless of whether it’s set in HTML or CSS. Place a background color along with your background image just in case (especially if you have white text over it). <strong> </strong></li>
</ul>
<p>For more tips on coding your email content, check out Delivra’s <a href="http://www.delivra.com/support-and-resources/tutorials-and-training/html-coding-guide.aspx">HTML Coding Guide</a> or our <a href="http://www.delivra.com/support-and-resources/tutorials-and-training/html-editor-help-guide.aspx">HTML Editor Help Guide</a>.</p>
<p>Celeste Odell | Graphic Design <strong> </strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.delivra.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.delivra.com/index.php/2010/01/why-is-my-email-breaking-apart-four-tips-that-will-help/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
