<?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; CSS</title>
	<atom:link href="http://brontoversity.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://brontoversity.com</link>
	<description>Product Education for Bronto's Email Marketing Application</description>
	<lastBuildDate>Tue, 07 Sep 2010 18:07:48 +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>Editing CSS in New Webforms</title>
		<link>http://brontoversity.com/2010/04/13/editing-css-in-new-webforms/</link>
		<comments>http://brontoversity.com/2010/04/13/editing-css-in-new-webforms/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 08:05:25 +0000</pubDate>
		<dc:creator>Lucas Weber</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[new webforms]]></category>
		<category><![CDATA[webforms]]></category>

		<guid isPermaLink="false">http://brontoversity.com/?p=7042</guid>
		<description><![CDATA[Using custom CSS in a webform can be a great way to add style or functionality to webforms. However, editing CSS in the old version of the webforms interface was not a simple process. It required you to actively track down the selector that you wanted to modify using either the raw source code or [...]


Related posts:<ol><li><a href='http://brontoversity.com/2010/03/09/getting-comfortable-with-new-webforms/' rel='bookmark' title='Permanent Link: Getting Comfortable With New Webforms'>Getting Comfortable With New Webforms</a> <small>Bronto&#8217;s Spring 2010 Release is finally here, and with it,...</small></li>
<li><a href='http://brontoversity.com/2010/05/25/webforms-and-subscriber-confirmation/' rel='bookmark' title='Permanent Link: Webforms and Subscriber Confirmation'>Webforms and Subscriber Confirmation</a> <small>Back in February, Lucas Weber gave us a great post...</small></li>
<li><a href='http://brontoversity.com/2010/03/30/creating-new-webforms/' rel='bookmark' title='Permanent Link: Creating New Webforms'>Creating New Webforms</a> <small>Coming soon to a Bronto near you, our new webforms...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://brontoversity.com/wp-content/uploads/2010/04/110995239_6530296ae4.png"><img style="float: right; padding: 5px 5px 5px 5px;" title="110995239_6530296ae4" src="http://brontoversity.com/wp-content/uploads/2010/04/110995239_6530296ae4.png" alt="" width="287" height="192" /></a>Using custom CSS in a webform can be a great way to add style or functionality to webforms. However, editing CSS in the old version of the webforms interface was not a simple process. It required you to actively track down the selector that you wanted to modify using either the raw source code or a browser extension which could assist in finding the correct name to be used. With the new webforms interface however, we&#8217;ve made it very easy to see the CSS and find the correct portion to edit if you want to make very specific changes. This post will walk you through using the new webform builder to find and edit the CSS code to truly personalize your webforms.</p>
<p>Before we begin, please note that this guide will not tell you what changes to make to the CSS, simply where to find it in the new webforms builder.</p>
<p><strong>Step 1: Choose your Webform</strong></p>
<p>The new webform builder allows you to edit the CSS for any of the webforms available to you, from an Add contact form to a Manage Preferences page. The first step is just deciding which form you would like to edit. When you&#8217;ve decided, you can click either the name of the form, or the pencil icon off to the right.<br />
<a href="http://brontoversity.com/wp-content/uploads/2010/04/Bronto-WebForms.png"><img style="float: middle; padding: 5px 5px 5px 5px;" title="Bronto - WebForms" src="http://brontoversity.com/wp-content/uploads/2010/04/Bronto-WebForms.png" alt="" width="507" height="162" /></a><br />
<strong><br />
Step 2: Click the &#8216;Styles&#8217; link</strong></p>
<p>The next step is to simply click on the Styles button on the upper right of the form editor screen. This will bring up a lightbox that contains all of the CSS code for the current webform. You can see that the CSS is well commented, which means you should be able to tell which selector controls which portion of your form content.<br />
<a href="http://brontoversity.com/wp-content/uploads/2010/04/Bronto-Editing-Webform1.png"><img style="float: middle; padding: 5px 5px 5px 5px;" title="Bronto - Editing Webform" src="http://brontoversity.com/wp-content/uploads/2010/04/Bronto-Editing-Webform1.png" alt="" width="513" height="359" /></a></p>
<p><strong>Step 3: Check the checkbox</strong></p>
<p>In order to make sure that you are able to edit the CSS, you&#8217;ll just need to make sure that the <strong>Use the custom stylesheet below</strong> checkbox is checked. This will enable the text field with the CSS in it, and you will be able to make any edits that you would like.<br />
<a href="http://brontoversity.com/wp-content/uploads/2010/04/Bronto-Editing-Webform-1.png"><img style="float: middle; padding: 5px 5px 5px 5px;" title="Bronto - Editing Webform-1" src="http://brontoversity.com/wp-content/uploads/2010/04/Bronto-Editing-Webform-1.png" alt="" width="513" height="359" /></a></p>
<p><strong>Resetting the form</strong></p>
<p>If you make a few too many edits and accidentally hide your email address field or something, we also offer a quick way to revert back to the default CSS stylesheet. If you need to do this, just click the Styles link one more time and then click the link at the very bottom of the lightbox, the link is pictured below.<br />
<a href="http://brontoversity.com/wp-content/uploads/2010/04/Bronto-Editing-Webform-2.png"><img style="float: middle; padding: 5px 5px 5px 5px;" title="Bronto - Editing Webform-2" src="http://brontoversity.com/wp-content/uploads/2010/04/Bronto-Editing-Webform-2.png" alt="" width="529" height="391" /></a></p>
<p>Hopefully this post illustrates the ease with which you can now find and edit specific styles on your webforms. If you have any questions or suggestions, feel free to leave them in the comments section below.</p>
<p><em>Lucas Weber,<br />
Bronto Client Services</em></p>


<p>Related posts:<ol><li><a href='http://brontoversity.com/2010/03/09/getting-comfortable-with-new-webforms/' rel='bookmark' title='Permanent Link: Getting Comfortable With New Webforms'>Getting Comfortable With New Webforms</a> <small>Bronto&#8217;s Spring 2010 Release is finally here, and with it,...</small></li>
<li><a href='http://brontoversity.com/2010/05/25/webforms-and-subscriber-confirmation/' rel='bookmark' title='Permanent Link: Webforms and Subscriber Confirmation'>Webforms and Subscriber Confirmation</a> <small>Back in February, Lucas Weber gave us a great post...</small></li>
<li><a href='http://brontoversity.com/2010/03/30/creating-new-webforms/' rel='bookmark' title='Permanent Link: Creating New Webforms'>Creating New Webforms</a> <small>Coming soon to a Bronto near you, our new webforms...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://brontoversity.com/2010/04/13/editing-css-in-new-webforms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding Style To Your Images</title>
		<link>http://brontoversity.com/2009/11/24/adding-style-to-your-images/</link>
		<comments>http://brontoversity.com/2009/11/24/adding-style-to-your-images/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 18:53:12 +0000</pubDate>
		<dc:creator>Lucas Weber</dc:creator>
				<category><![CDATA[Did You Know?]]></category>
		<category><![CDATA[blue border]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[WYSIWYG]]></category>

		<guid isPermaLink="false">http://brontoversity.com/?p=5519</guid>
		<description><![CDATA[
Do your images have style?  If not, why?  It&#8217;s simple in Bronto&#8217;s WYSIWYG editor to add styling to your images to give your message that professional feel.  In today&#8217;s post, we&#8217;ll look at the styling tools we offer and see how to use them to fix a couple of common problems.
A Look at the Image [...]


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/03/16/adding-blocks-of-re-editable-dynamic-content/' rel='bookmark' title='Permanent Link: Adding Blocks Of Re-Editable Dynamic Content'>Adding Blocks Of Re-Editable Dynamic Content</a> <small>In the past, the only way for you to edit...</small></li>
<li><a href='http://brontoversity.com/2009/12/03/dynamically-adding-values-to-conversion-tracking-urls/' rel='bookmark' title='Permanent Link: Dynamically Adding Values To Conversion Tracking URLs'>Dynamically Adding Values To Conversion Tracking URLs</a> <small>In recent weeks, I have been getting a lot of...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://brontoversity.com/wp-content/uploads/2009/11/stylindog.jpg"><img class="alignright size-full wp-image-5525" src="http://brontoversity.com/wp-content/uploads/2009/11/stylindog.jpg" alt="stylindog" width="300" height="204" /></a></p>
<p>Do your images have style?  If not, why?  It&#8217;s simple in Bronto&#8217;s WYSIWYG editor to add styling to your images to give your message that professional feel.  In today&#8217;s post, we&#8217;ll look at the styling tools we offer and see how to use them to fix a couple of common problems.</p>
<h3>A Look at the Image Appearance tab</h3>
<p>In order to see what styles you can apply to your images, you&#8217;ll need to go to the normal Insert/Edit Image button (<img src="http://brontoversity.com/wp-content/uploads/2009/11/insertimage.jpg" alt="Insert / Edit Image" width="19" height="19" />) in the Bronto WYSIWYG editor. Clicking this button will bring up the standard image inserting dialogue box. If you take a look at this, you&#8217;ll notice two tabs at the top, one of which is labeled <em>Appearance</em>.</p>
<p>After clicking on the <em>Appearance</em> tab, you&#8217;ll see the editor window below:</p>
<p><a href="http://brontoversity.com/wp-content/uploads/2009/11/appearance.jpg"><img class="aligncenter size-full wp-image-5529" src="http://brontoversity.com/wp-content/uploads/2009/11/appearance.jpg" alt="Appearance tab" width="525" height="445" /></a></p>
<p>Now that we have the Appearance tab pulled up, we&#8217;ll walk through what each of the settings does&#8230;</p>
<h3>The Alignment Setting</h3>
<p>The Alignment setting allows you to align your image. You can choose from a number of different alignment options, including the two most commonly used, left and right.  Aligning an image left will cause text to wrap around the image on the right side, and aligning an image right will cause the text to wrap around on the left.  Like the graphic below.</p>
<p style="text-align: left;"><a href="http://brontoversity.com/wp-content/uploads/2009/11/alignment.jpg"><img class="aligncenter size-full wp-image-5531" src="http://brontoversity.com/wp-content/uploads/2009/11/alignment.jpg" alt="Alignment" width="441" height="285" /></a></p>
<h3>Dimensions</h3>
<p>The Dimensions setting allows you to set the size of your image. It will let you define a width and a height for the image you are styling. It also includes a checkbox that will, if checked, keep the image proportions intact so that your image does not distort when it re-sizes.</p>
<h3>Vertical and Horizontal space</h3>
<p>The Vertical and Horizontal space boxes are great for allowing your images a little breathing room.  If you look back at the alignment example above, you&#8217;ll notice that the images and the text are really close together.  If we take the same left aligned image and put a value of 10 in both the vertical and horizontal space boxes, an invisible buffer of 10 pixels in either direction will surround the image. The result will be much nicer, like so:</p>
<p style="text-align: center;"><a href="http://brontoversity.com/wp-content/uploads/2009/11/vhspace.jpg"><img class="aligncenter size-full wp-image-5533" src="http://brontoversity.com/wp-content/uploads/2009/11/vhspace.jpg" alt="Vertical and Horizontal spacing" width="441" height="150" /></a></p>
<h3>Border</h3>
<p>The Border property allows you to set a border around your image. The border will be solid with a thickness set to whatever number you type into the box. This is not the most useful aspect of the Border property though. Oddly enough, the vast majority of users will set the Border attribute to 0.  Setting it to 0 will eliminate the ugly blue border that appears around images when you place a link on them. This blue border can be quite the eyesore in an otherwise beautiful email marketing message, so it really pays to get rid of it with this simple setting.</p>
<h3>Style</h3>
<p>The Style box is kind of a catch all that allows you to apply custom styling to your images using CSS. Using this box will require knowledge of CSS syntax and attributes.</p>
<p>So that is our quick and easy look at the image styling options available in the Bronto WYSIWYG editor. The different styles offered here can really help to lend a professional look and feel to your WYSIWYG generated messages, and can hopefully increase your ROI in the process.</p>
<p><em>Lucas Weber,<br />
Bronto Client Services</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/03/16/adding-blocks-of-re-editable-dynamic-content/' rel='bookmark' title='Permanent Link: Adding Blocks Of Re-Editable Dynamic Content'>Adding Blocks Of Re-Editable Dynamic Content</a> <small>In the past, the only way for you to edit...</small></li>
<li><a href='http://brontoversity.com/2009/12/03/dynamically-adding-values-to-conversion-tracking-urls/' rel='bookmark' title='Permanent Link: Dynamically Adding Values To Conversion Tracking URLs'>Dynamically Adding Values To Conversion Tracking URLs</a> <small>In recent weeks, I have been getting a lot of...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://brontoversity.com/2009/11/24/adding-style-to-your-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
