<?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>A Blog by Franklin Pettit &#187; HTML</title>
	<atom:link href="http://www.fpettit.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fpettit.com</link>
	<description>Tech, Life, &#38; Stuff...</description>
	<lastBuildDate>Fri, 18 Jun 2010 02:18:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.fpettit.com</link>
<url>http://www.fpettit.com/favicon.ico</url>
<title>A Blog by Franklin Pettit</title>
</image>
		<item>
		<title>The HTML Fieldset</title>
		<link>http://www.fpettit.com/2008/07/29/the-html-fieldset/</link>
		<comments>http://www.fpettit.com/2008/07/29/the-html-fieldset/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 12:31:26 +0000</pubDate>
		<dc:creator>Franklin Pettit</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.fpettit.com/?p=109</guid>
		<description><![CDATA[This is just a quick post about something I learned the other day.  Do you learn everyday on the internet?  I do.  I  thought I would share something very simple that some bloggers might want to use.
What is an HTML fieldset and why would you want to know?   W3schools [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="border: 0pt none; margin: 5px;" src="http://www.fpettit.com/wp-content/fpphoto/HTML.png" alt="" width="150" height="171" align="left" />This is just a quick post about something I learned the other day.  Do you learn everyday on the internet?  I do.  I  thought I would share something very simple that some bloggers might want to use.</p>
<p>What is an HTML fieldset and why would you want to know?   <a href="http://www.w3schools.com/TAGS/tag_fieldset.asp">W3schools</a> defines a the fieldset element as follows:</p>
<blockquote><p><em>&#8220;The fieldset element draws a box around its containing elements.&#8221;</em></p></blockquote>
<p>This is a fieldset:</p>
<fieldset>Text In Fieldset<br />
<legend> Example Fieldset:</legend>
</fieldset>
<p>What is good for? Does it kind of look like a VB frame? Possible uses could be as a text accent, a text format, or most commonly at the bottom of a blog post for related items.   Many bloggers use plugins to generate a list of related posts.</p>
<p>The code for the fieldset is simple.  Here is the code for the example above:</p>
<blockquote><p><strong>&lt;fieldset&gt;<br />
&lt;legend&gt;Example Fieldset:&lt;/legend&gt;<br />
Text in Fieldset<br />
&lt;/fieldset&gt;</strong></p></blockquote>
<p>See I told you it was simple.  Now fieldsets like almost any piece of HTML can be formatted with CSS.  You can format the box any way you like. But I will not discuss that here.  Let&#8217;s keep it simple.</p>
<p>If you want to add a box at the bottom of your post a list of links the Fieldset should do the trick.</p>
<fieldset>
<legend>Links &amp; Related Posts:</legend>
<ul>
<li><a href="http://www.w3schools.com/TAGS/tag_fieldset.asp">W3Schools Fieldset Definition</a></li>
</ul>
</fieldset>
]]></content:encoded>
			<wfw:commentRss>http://www.fpettit.com/2008/07/29/the-html-fieldset/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
