<?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>Brontoversity &#187; HTML code</title>
	<atom:link href="http://brontoversity.com/tag/html-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://brontoversity.com</link>
	<description>Product Education for Bronto's Email Marketing Application</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:57:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bulletproof buttons &#8211; now easier than ever</title>
		<link>http://brontoversity.com/2010/06/29/bulletproof-buttons-now-easier-than-ever/</link>
		<comments>http://brontoversity.com/2010/06/29/bulletproof-buttons-now-easier-than-ever/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 19:18:24 +0000</pubDate>
		<dc:creator>Lucas Weber</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Did You Know?]]></category>
		<category><![CDATA[bulletproof button]]></category>
		<category><![CDATA[Call to Action]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML code]]></category>

		<guid isPermaLink="false">http://brontoversity.com/?p=7934</guid>
		<description><![CDATA[There has been lots of talk in the industry recently about Bulletproof buttons, those nifty little buttons in your HTML emails that look exactly the same whether images are on or off.  Today we&#8217;re going to talk about what a Bulletproof button actually is, and how to create one for use in Bronto.
So, what [...]


Related posts:<ol><li><a href='http://brontoversity.com/2009/11/24/adding-style-to-your-images/' rel='bookmark' title='Permanent Link: Adding Style To Your Images'>Adding Style To Your Images</a> <small> Do your images have style?  If not, why?  It&#8217;s...</small></li>
<li><a href='http://brontoversity.com/2009/09/03/see-what-they-see-inbox-previews/' rel='bookmark' title='Permanent Link: See What They See: Inbox Previews'>See What They See: Inbox Previews</a> <small>At Bronto, we work hard to implement features that not...</small></li>
<li><a href='http://brontoversity.com/2010/02/04/setting-the-wysiwyg-editor-to-basic-mode/' rel='bookmark' title='Permanent Link: Setting The WYSIWYG Editor To Basic Mode'>Setting The WYSIWYG Editor To Basic Mode</a> <small>Bronto&#8217;s WYSIWYG editor is a fantastic way to create and...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://brontoversity.com/wp-content/uploads/2010/06/bullet.jpg"><img class="alignright size-full wp-image-7947" title="bullet" src="http://brontoversity.com/wp-content/uploads/2010/06/bullet.jpg" alt="bullet image" width="199" height="149" /></a>There has been lots of talk in the industry recently about Bulletproof buttons, those nifty little buttons in your HTML emails that look exactly the same whether images are on or off.  Today we&#8217;re going to talk about what a Bulletproof button actually is, and how to create one for use in Bronto.</p>
<h3>So, what is a Bulletproof button anyway?</h3>
<p>A Bulletproof button is a button or navigation bar in your HTML email that looks the same regardless of whether the contact has enabled images or not. They are great for calls to action that can be seen even if the contact  doesn&#8217;t enable images in their inbox. Instead of being made up of one or more images like a traditional graphical button, bulletproof buttons are built from pure HTML. You may not have the same graphic flair available to you, but that is a small tradeoff for the greatly enhanced readability.</p>
<p>Below is an example of each kind of button. The button on the left is actually a bullet proof button. If you highlight it, you&#8217;ll notice that you can actually select the text on it. The button on the right is a regular old graphic button, which, if images were not available, would be totally invisible! Not much use, huh?</p>
<table style="height: 86px;" border="0" cellspacing="0" cellpadding="0" width="550" align="center">
<tbody>
<tr>
<td width="265" align="center">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="color: #ffffff; font-family: Arial, Helvetica, sans-serif;" width="150" height="80" align="center" valign="middle" bgcolor="#4b7523"><a style="color: white;" href="#">Bulletproof!</a></td>
</tr>
</tbody>
</table>
</td>
<td width="20"></td>
<td width="265" align="center" valign="middle"><a href="http://brontoversity.com/wp-content/uploads/2010/06/image_button.jpg"><img src="http://brontoversity.com/wp-content/uploads/2010/06/image_button.jpg" alt="Image button" width="150" height="80" /></a></td>
</tr>
</tbody>
</table>
<h3>So how can I make a bulletproof button?</h3>
<p>Making these buttons used to be a bit of a chore. You would have to manually write the HTML code involved. The code for the button above looks like this:</p>
<pre class="brush:[html]">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="color: #ffffff; font-family: Arial, Helvetica, sans-serif;" width="150" height="80" align="center" valign="middle" bgcolor="#4b7523"> <a href="http://">Bulletproof!</a></td>
</tr>
</tbody>
</table>
</pre>
<p>Luckily, the folks over at Email Transit have whipped up a Bulletproof Button Generator that they have been kind enough to share with the internet. You can find the generator at <a href="http://emailtransmit.com/bulletproof">http://emailtransmit.com/bulletproof</a></p>
<p>That&#8217;s all there is to it. If you have any questions, please leave them in the comments section below.</p>
<p><em><br />
Lucas Weber<br />
Bronto Client Services</em></p>


<p>Related posts:<ol><li><a href='http://brontoversity.com/2009/11/24/adding-style-to-your-images/' rel='bookmark' title='Permanent Link: Adding Style To Your Images'>Adding Style To Your Images</a> <small> Do your images have style?  If not, why?  It&#8217;s...</small></li>
<li><a href='http://brontoversity.com/2009/09/03/see-what-they-see-inbox-previews/' rel='bookmark' title='Permanent Link: See What They See: Inbox Previews'>See What They See: Inbox Previews</a> <small>At Bronto, we work hard to implement features that not...</small></li>
<li><a href='http://brontoversity.com/2010/02/04/setting-the-wysiwyg-editor-to-basic-mode/' rel='bookmark' title='Permanent Link: Setting The WYSIWYG Editor To Basic Mode'>Setting The WYSIWYG Editor To Basic Mode</a> <small>Bronto&#8217;s WYSIWYG editor is a fantastic way to create and...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://brontoversity.com/2010/06/29/bulletproof-buttons-now-easier-than-ever/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating an email using a Microsoft Word document?  We have a button for that.</title>
		<link>http://brontoversity.com/2009/05/26/creating-an-email-using-a-microsoft-word-document-we-have-a-button-for-that/</link>
		<comments>http://brontoversity.com/2009/05/26/creating-an-email-using-a-microsoft-word-document-we-have-a-button-for-that/#comments</comments>
		<pubDate>Tue, 26 May 2009 16:21:55 +0000</pubDate>
		<dc:creator>Rob Slade</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Did You Know?]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Bronto]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email message]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML code]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[paste from Word]]></category>
		<category><![CDATA[render]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[toolbar]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[Word button]]></category>
		<category><![CDATA[Word formatted]]></category>
		<category><![CDATA[WYSIWYG]]></category>

		<guid isPermaLink="false">http://brontoversity.com/?p=2804</guid>
		<description><![CDATA[
Have you ever had a Microsoft Word document that you would like to send as an email?  If you&#8217;re like a lot of our clients, then you probably have.  You have probably also noticed that when you copy and paste the Word document into an email, it probably doesn&#8217;t look the same as it did [...]


Related posts:<ol><li><a href='http://brontoversity.com/2010/02/04/setting-the-wysiwyg-editor-to-basic-mode/' rel='bookmark' title='Permanent Link: Setting The WYSIWYG Editor To Basic Mode'>Setting The WYSIWYG Editor To Basic Mode</a> <small>Bronto&#8217;s WYSIWYG editor is a fantastic way to create and...</small></li>
<li><a href='http://brontoversity.com/2010/05/04/got-the-email-rendering-blues/' rel='bookmark' title='Permanent Link: Got The Email Rendering Blues?'>Got The Email Rendering Blues?</a> <small>Background images not rendering in Outlook? Tables not looking quite as...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://brontoversity.com/wp-content/uploads/2009/05/toolbarmadness.jpg" target="_new"><img style="float:right; padding:5px 5px 5px 5px;" src="http://brontoversity.com/wp-content/uploads/2009/05/toolbarmadness.jpg" alt="toolbarmadness" width="250" height="149" /></a></p>
<p>Have you ever had a Microsoft Word document that you would like to send as an email?  If you&#8217;re like a lot of our clients, then you probably have.  You have probably also noticed that when you copy and paste the Word document into an email, it probably doesn&#8217;t look the same as it did in Word.  Why?  What happened?!?</p>
<p>I would like to take this opportunity to explain why this happens, as well as show you the proper way to bring content from Microsoft Word into Bronto.</p>
<p>The initial display problems stem from the HTML code that Microsoft inserts into a Word formatted document.  Much of this HTML code is proprietary to Microsoft and is only rendered correctly in a Microsoft product.  Most email clients (even Outlook) do not know how to render this HTML correctly, and will either ignore it completely, or make their best effort to display it.  Either way, it usually comes out broken and is not displayed correctly.</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="50%" align="center"><a href="http://brontoversity.com/wp-content/uploads/2009/05/original_word_doc1.jpg" target="_new"><img class="alignnone size-full wp-image-2900" src="http://brontoversity.com/wp-content/uploads/2009/05/original_word_doc1.jpg" alt="original_word_doc1" width="241" height="250" /></a></p>
<p><em>Original Word Document (click to enlarge)</em></td>
<td width="50%" align="center"><a href="http://brontoversity.com/wp-content/uploads/2009/05/paste_directly.jpg" target="_new"><img class="alignnone size-full wp-image-2901" src="http://brontoversity.com/wp-content/uploads/2009/05/paste_directly.jpg" alt="paste_directly" width="261" height="250" /></a></p>
<p><em>Word Document Pasted Directly into Bronto (click to enlarge)</em></td>
</tr>
</tbody>
</table>
<p>Bronto has a tool in the WYSIWYG editor that allows you to paste information from a Word document.</p>
<p><img class="size-full wp-image-2810 alignnone" src="http://brontoversity.com/wp-content/uploads/2009/05/pfwbutton.jpg" alt="pfwbutton" width="159" height="24" /></p>
<p>The Paste From Word button is located on the top row of the WYSIWYG toolbar:</p>
<p><img class="size-full wp-image-2816 alignnone" src="http://brontoversity.com/wp-content/uploads/2009/05/toolbar1.jpg" alt="toolbar1" width="542" height="80" /></p>
<h3>How to use the Paste From Word tool:</h3>
<ol>
<li>Click the <strong>Paste From Word</strong> button. A pop-up window will appear.</li>
<li>Copy the text you wish to paste from Mircosoft Word into the WYSIWYG editor by highlighting the text and hitting <strong>CTRL + C</strong> on your keyboard.</li>
<li>Paste the copied text into the text box in the Paste from Word pop-up window by placing your cursor in the text box and hitting <strong>CTRL + V</strong>.</li>
<li>Click <strong>Insert</strong> to add the text into WYSIWYG Editor.</li>
</ol>
<p>So what exactly does the Paste From Word button do?  Let&#8217;s take a look at some examples of the HTML code before and after using the button.  If you try and copy and paste content directly from Word into the WYSIWYG editor, the HTML code in the background will look similar to this:</p>
<p style="text-align: center;"><a href="http://brontoversity.com/wp-content/uploads/2009/05/word_code.jpg" target="_new"><img class="size-full wp-image-2902 aligncenter" src="http://brontoversity.com/wp-content/uploads/2009/05/word_code.jpg" alt="word_code" width="500" height="419" /></a></p>
<p>As you can see, this HTML code is full of unnecessary tags that are specific to Microsoft.  Email clients will simply have fits trying to render this the way it is supposed to look.  Now lets take a look at the HTML code of the same Word document after we paste it using the Paste From Word button:</p>
<p style="text-align: center;"><a href="http://brontoversity.com/wp-content/uploads/2009/05/html_code.jpg" target="_new"><img class="size-full wp-image-2903 aligncenter" src="http://brontoversity.com/wp-content/uploads/2009/05/html_code.jpg" alt="html_code" width="500" height="419" /></a></p>
<p style="text-align: left;">There is now a dramatic difference in the structure and cleanliness of the HTML code.  This message should have no issues rendering correctly in an email client.</p>
<p style="text-align: left;">**One thing you may notice when you insert your Word document into the WYSIWYG editor using the Paste From Word button is that some of the text formatting will be removed.  This is because of the removal of the Word HTML that formatted that text.  You can use the WYSIWYG editor to quickly re-format that text into the correct size, font, style, etc. to make the message appear as it did in Word.  Using the WYSIWYG editor to format the message will help to ensure that email clients render it correctly.</p>
<p style="text-align: left;">Please feel free to share your thoughts, comments, and any related issues that you have experienced in the comments section below.</p>
<p><em>Rob Slade</em><br />
<em>Client Support Specialist at Bronto</em></p>


<p>Related posts:<ol><li><a href='http://brontoversity.com/2010/02/04/setting-the-wysiwyg-editor-to-basic-mode/' rel='bookmark' title='Permanent Link: Setting The WYSIWYG Editor To Basic Mode'>Setting The WYSIWYG Editor To Basic Mode</a> <small>Bronto&#8217;s WYSIWYG editor is a fantastic way to create and...</small></li>
<li><a href='http://brontoversity.com/2010/05/04/got-the-email-rendering-blues/' rel='bookmark' title='Permanent Link: Got The Email Rendering Blues?'>Got The Email Rendering Blues?</a> <small>Background images not rendering in Outlook? Tables not looking quite as...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://brontoversity.com/2009/05/26/creating-an-email-using-a-microsoft-word-document-we-have-a-button-for-that/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
