<?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>In Touch &#187; html tips</title>
	<atom:link href="http://adesignforlife.com/wordpress/category/internet/html-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://adesignforlife.com/wordpress</link>
	<description>Solutions for your design and hosting needs</description>
	<lastBuildDate>Mon, 23 Apr 2012 19:12:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<meta name="generator" content="deVision 0.9.1" />
		<item>
		<title>Use fieldset tag to place a border around your text</title>
		<link>http://adesignforlife.com/wordpress/2008/01/06/use-fieldset-tag-to-place-a-border-around-your-text</link>
		<comments>http://adesignforlife.com/wordpress/2008/01/06/use-fieldset-tag-to-place-a-border-around-your-text#comments</comments>
		<pubDate>Mon, 07 Jan 2008 00:32:27 +0000</pubDate>
		<dc:creator>barry</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[html tips]]></category>

		<guid isPermaLink="false">http://www.adesignforlife.com/wordpress/2008/01/06/use-fieldset-tag-to-place-a-border-around-your-text</guid>
		<description><![CDATA[A simple easy to use tag to highlight a special paragraph or section… Use the &#60;fieldset&#62; tag: Drawing a box around your data couldn&#8217;t be easier, just use the &#60;fieldset&#62; tag. The &#60;legend&#62; element defines a caption for a fieldset. I saw this in a recent email and wanted to know how the effect was [...]]]></description>
			<content:encoded><![CDATA[<p>A simple easy to use tag to highlight a special paragraph or section…</p>
<fieldset style="padding: 0.5em; margin-bottom: 1em">
<legend><strong>Use the &lt;fieldset&gt; tag:</strong></legend>
<p> Drawing a box around your data couldn&#8217;t be easier, just use the &lt;fieldset&gt; tag. The &lt;legend&gt; element defines a caption for a fieldset. I saw this in a recent email and wanted to know how the effect was accomplished…it&#8217;s a neat way to highlight an important element and easy to use.</fieldset>
<p><em>Update:</em> Not sure if this will validate correctly on your web pages, it looks like it was designed to be used to group form data. I was impressed that the effect wasn&#8217;t wiped out in my email client. Use with care.</p>
]]></content:encoded>
			<wfw:commentRss>http://adesignforlife.com/wordpress/2008/01/06/use-fieldset-tag-to-place-a-border-around-your-text/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

