<?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>The Blog Boat &#187; design</title>
	<atom:link href="http://theblogboat.com/portal/index.php/tag/design/feed" rel="self" type="application/rss+xml" />
	<link>http://theblogboat.com/portal</link>
	<description>Helping You Navigate Thru Bloggy Waters</description>
	<lastBuildDate>Wed, 10 Nov 2010 18:19:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Basic HTML Code</title>
		<link>http://theblogboat.com/portal/index.php/basic-html-code</link>
		<comments>http://theblogboat.com/portal/index.php/basic-html-code#comments</comments>
		<pubDate>Wed, 17 Mar 2010 14:45:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Build Your Blog]]></category>
		<category><![CDATA[Design Options]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://theblogboat.com/portal/?p=29</guid>
		<description><![CDATA[You can use basic HTML code to do amazing things in your blog posts on and on your blog. Most blogging software offers and HTML option for side widgets or containers. Below are a few tags you can use and play around with&#8230; 
BOLD
ITALICIZED
CENTERED
BIG
STRIKE THROUGH
UNDERLINE
HORIZONTAL LINE

Ordered List (numbered)


List item 1
List item 2


Ordered List (alphabetical)


List item 1
List<a href="http://theblogboat.com/portal/index.php/basic-html-code">&#160;[>>> READ MORE].</a>]]></description>
			<content:encoded><![CDATA[<p>You can use basic HTML code to do amazing things in your blog posts on and on your blog. Most blogging software offers and HTML option for side widgets or containers. Below are a few tags you can use and play around with&#8230; </p>
<pre name="code" class="html"><b>BOLD</b>
<em>ITALICIZED</em>
<center>CENTERED</center>
<big>BIG</big>
<del>STRIKE THROUGH</del>
<u>UNDERLINE</u>
<hr />HORIZONTAL LINE</hr>
</pre>
<p>Ordered List (numbered)</p>
<pre name="code" class="html">
<ol>
<li>List item 1</li>
<li>List item 2</li>
</ol>
</pre>
<p>Ordered List (alphabetical)</p>
<pre name="code" class="html">
<ol type="a">
<li>List item 1</li>
<li>List item 2</li>
</ol>
</pre>
<p>Unordered List (bulleted)</p>
<pre name="code" class="html">
<ul>
<li>List item 1</li>
<li>List item 2</li>
</ul>
</pre>
<p>Most blogging software uses  Cascading Style Sheets to determine how the font will look throughout the site.  You will need to figure out what yours is, but once you do you can use the following command to make font in your posts look like font in your site.  You can create a post and enter one of the following codes and put your text in the middle and preview to see what each looks like.</p>
<pre name="code" class="html">
<h1>Heading 1 Example</h1>
<h2>Heading 2 Example</h2>
<h3>Heading 3 Example</h3>
<h4>Heading 4 Example</h4>
<h5>Heading 5 Example</h5>
<h6>Heading 6 Example</h6>
</pre>
<p>If you need to create a table you can use the code below and modify it&#8230;.</p>
<pre name="code" class="html">
<table border="2" cellpadding="2" cellspacing="2" width="100%">
<tr>
<td>Column 1</td>
<td>Column 2</td>
</tr>
</table>
</pre>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://theblogboat.com/portal/index.php/basic-html-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make the Most of the Boat &#8211; Cool Features in the Forum!</title>
		<link>http://theblogboat.com/portal/index.php/make-the-most-of-the-boat-cool-features-in-the-forum</link>
		<comments>http://theblogboat.com/portal/index.php/make-the-most-of-the-boat-cool-features-in-the-forum#comments</comments>
		<pubDate>Mon, 15 Mar 2010 19:05:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog Boat Stuff]]></category>
		<category><![CDATA[Build Your Blog]]></category>
		<category><![CDATA[Design Options]]></category>
		<category><![CDATA[Grow Your Blog]]></category>
		<category><![CDATA[Monetize Your Blog]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[Affiliate Programs]]></category>
		<category><![CDATA[blogging software]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[link trading]]></category>
		<category><![CDATA[Pay Per Lead]]></category>
		<category><![CDATA[share]]></category>

		<guid isPermaLink="false">http://theblogboat.com/portal/?p=635</guid>
		<description><![CDATA[When I built this site I added features that I thought bloggers could use to connect with other bloggers.  Some are sort of hidden so I thought I would tell you about them&#8230;.
All of the features below are located in the Forum.  You will need to be registered to view them.
Design &#038; Implementation
If<a href="http://theblogboat.com/portal/index.php/make-the-most-of-the-boat-cool-features-in-the-forum">&#160;[>>> READ MORE].</a>]]></description>
			<content:encoded><![CDATA[<p>When I built this site I added features that I thought bloggers could use to connect with other bloggers.  Some are sort of hidden so I thought I would tell you about them&#8230;.</p>
<p>All of the features below are located in the <a href = "http://theblogboat.com/portal/index.php/forum" target="_blank">Forum</a>.  You will need to be registered to view them.</p>
<p><b><a href="http://theblogboat.com/portal/index.php/forum/design-implementation/" target="_blank">Design &#038; Implementation</a></b><br />
If you have ever built a blog there has come a point where you had a question about how to do something and couldn&#8217;t find the answer.  That is what this section is for, to allow you to ask questions and get answers.  I am not a coding genius but I can usually figure it out and if I can&#8217;t hopefully some other reader will be able to!</p>
<p><b><a href="http://theblogboat.com/portal/index.php/forum/hot-deals/" target="_blank">Hot Deals</a></b><br />
Every day we find great deals and are eager to share them with others.  Whenever you find one, post it here so that everyone else can see it and link to your deal! </p>
<p><b><a href="http://theblogboat.com/portal/index.php/forum/link-trading/" target="_blank">Link Trading</a></b><br />
One of the best ways to build your blog is to start trading links with other blogs.  Start a new topic here and start trading links with other bloggers!  </p>
<p><b><a href="http://theblogboat.com/portal/index.php/forum/linky-posting/" target="_blank">Linky Posting</a></b><br />
Adding your blog to a linky posting is a great way to get new readers and to build your inventory of back links.  Back links help improve your Google rankings and will improve your placement in Google searches.  If you are doing a Linky Posting or spot one, post it here!</p>
<p><b><a href="http://theblogboat.com/portal/index.php/forum/affiliate/" target="_blank">Affiliate Questions, Concerns, and Advertising</a></b><br />
If you have a question or concern about Affiliate/Pay Per Lead programs (including billing questions), post them here.  Normally other bloggers have already been through what you are dealing with and can help out.  This is also a great place to post your advertising questions!</p>
]]></content:encoded>
			<wfw:commentRss>http://theblogboat.com/portal/index.php/make-the-most-of-the-boat-cool-features-in-the-forum/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


