<?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>Start-a-Site.Com &#187; Coding</title>
	<atom:link href="http://www.start-a-site.com/topic/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.start-a-site.com</link>
	<description>Get tips on how to start your website right for free!</description>
	<lastBuildDate>Sat, 03 Jul 2010 22:08:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to add a &#8220;Email Me&#8221; link</title>
		<link>http://www.start-a-site.com/how-to-add-a-email-me-link/</link>
		<comments>http://www.start-a-site.com/how-to-add-a-email-me-link/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 19:07:53 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[INFO]]></category>
		<category><![CDATA[Necessary Tags]]></category>
		<category><![CDATA[How to add "email me" link to your website]]></category>
		<category><![CDATA[How to add a contact link in your html page]]></category>
		<category><![CDATA[How to add a Email me html]]></category>
		<category><![CDATA[How to email your customers]]></category>
		<category><![CDATA[How to have people email you from your website]]></category>
		<category><![CDATA[How to link your email]]></category>
		<category><![CDATA[javascript code to your website]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=263</guid>
		<description><![CDATA[This article will explain how to forward an hyperlink to an email address.  This is that familiar &#8220;Contact&#8221; link on the bottom of many websites. It is really basic, you start with the &#60;a&#62; just like you start every hyperlink.  But this time, instead of using &#8220;http://&#8221; you use, &#8220;mailto&#8221; to establish the link.  Follow [...]]]></description>
			<content:encoded><![CDATA[<p>This article will explain how to forward an hyperlink to an email address.  This is that familiar &#8220;Contact&#8221; link on the bottom of many websites.</p>
<p>It is really basic, you start with the &lt;a&gt; just like you start every hyperlink.  But this time, instead of using &#8220;http://&#8221; you use, &#8220;mailto&#8221; to establish the link.  Follow the example below:</p>
<blockquote><p>&lt;a href=&#8221;mailto:example@sample-email.com&#8221;&gt;Contact me&lt;/a&gt;</p></blockquote>
<p>That is how easy it is!  Best of luck with you all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/how-to-add-a-email-me-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set link colors with Style Sheets</title>
		<link>http://www.start-a-site.com/how-to-set-link-colors-with-style-sheets/</link>
		<comments>http://www.start-a-site.com/how-to-set-link-colors-with-style-sheets/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 06:03:05 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Css link color codes]]></category>
		<category><![CDATA[Css link colors]]></category>
		<category><![CDATA[How to set link colors with css]]></category>
		<category><![CDATA[How to set link colors with html]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=257</guid>
		<description><![CDATA[This is just a basic example of how to set link colors on Style Sheets.  The code below, just copy and paste and adjust it according to your needs. a:link{ color :#FF0080; background : #ffffff } a:active{ color :#FF00FF; background : #ffffff} a:visited{ color :#808000; background : #ffffff} a:hover{ color :#808000; background : #ffffff}]]></description>
			<content:encoded><![CDATA[<p>This is just a basic example of how to set link colors on Style Sheets.  The code below, just copy and paste and adjust it according to your needs.</p>
<blockquote><p><code>a:link{ color :#FF0080; background : #ffffff }</code><br />
<code>a:active{ color :#FF00FF; background : #ffffff}</code><br />
<code>a:visited{ color :#808000; background : #ffffff}</code><br />
<code>a:hover{ color :#808000; background : #ffffff}</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/how-to-set-link-colors-with-style-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Italic Html Tag</title>
		<link>http://www.start-a-site.com/italic-html-tag/</link>
		<comments>http://www.start-a-site.com/italic-html-tag/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 05:25:00 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[How to make a word italic]]></category>
		<category><![CDATA[How to make text cursive in Html]]></category>
		<category><![CDATA[How to make text italic]]></category>
		<category><![CDATA[Html code for italic]]></category>
		<category><![CDATA[Html for italic text]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=254</guid>
		<description><![CDATA[The italic html tag is used to make text slanted as in the example here: This is an example of a italic text. To make a text or a word italic we use the &#8220;i&#8221; tag. For example; I went to the &#60;i&#62;castle&#60;/i&#62; by the river. This would show like this; I went to the [...]]]></description>
			<content:encoded><![CDATA[<p>The italic html tag is used to make text slanted as in the example here:</p>
<blockquote><p><em>This is an example of a italic text.</em></p></blockquote>
<p>To make a text or a word italic we use the &#8220;i&#8221; tag.</p>
<blockquote><p>For example; I went to the &lt;i&gt;castle&lt;/i&gt; by the river.</p></blockquote>
<p>This would show like this;</p>
<blockquote><p>I went to the <em>castle</em> by the river.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/italic-html-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bold Html Tag</title>
		<link>http://www.start-a-site.com/bold-html-tag/</link>
		<comments>http://www.start-a-site.com/bold-html-tag/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 08:02:52 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[Necessary Tags]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Bold html code]]></category>
		<category><![CDATA[How to bold a text]]></category>
		<category><![CDATA[How to make text bolder]]></category>
		<category><![CDATA[Html code for bold]]></category>
		<category><![CDATA[Html code for making text bold]]></category>
		<category><![CDATA[What is the Html for bold]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=249</guid>
		<description><![CDATA[This article will explain how to make a text bold. Making a text bold makes it stand out and realizable.  This is like putting make up on everyday so you look fine and noticeable.  Let&#8217;s get to the point. In Html, the tag &#8220;b&#8221; is used for making text bold. For example you can do: [...]]]></description>
			<content:encoded><![CDATA[<p>This article will explain how to make a text <strong>bold.</strong> Making a text bold makes it stand out and realizable.  This is like putting make up on everyday so you look fine and noticeable.  Let&#8217;s get to the point.</p>
<blockquote><p>In Html, the tag &#8220;b&#8221; is used for making text bold.</p>
<p>For example you can do: I used to fish for fun when I was &lt;b&gt;younger.&lt;/b&gt;</p>
<p>This will appear like this: I used to fish for fun when I was <b>younger.</b></p></blockquote>
<p>As you can see, the text &#8220;younger&#8221; is bold and stands out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/bold-html-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Drupal</title>
		<link>http://www.start-a-site.com/how-to-install-drupal/</link>
		<comments>http://www.start-a-site.com/how-to-install-drupal/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 03:40:37 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[How to create a Drupal community website]]></category>
		<category><![CDATA[How to isntall Drupal through Fantastico]]></category>
		<category><![CDATA[How to make a Drupal website]]></category>
		<category><![CDATA[How to start a Drupal website]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=246</guid>
		<description><![CDATA[Drupal is one of the greatest Content management systems around.  It is coded in PHP and requires Mysql.  This article will explain how to setup a Drupal system through Fantastico. Log-in to your Cpanel Go to Fantastico Under Content Management, find Drupal C lick on New Installation Select a directory to install Drupal Follow the [...]]]></description>
			<content:encoded><![CDATA[<p>Drupal is one of the greatest Content management systems around.  It is coded in PHP and requires Mysql.  This article will explain how to setup a Drupal system through Fantastico.</p>
<ol>
<li>Log-in to your Cpanel</li>
<li>Go to Fantastico</li>
<li>Under Content Management, find Drupal</li>
<li>C lick on New Installation</li>
<li>Select a directory to install Drupal</li>
<li>Follow the steps to finalize your installation.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/how-to-install-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install WordPress with Fantastico</title>
		<link>http://www.start-a-site.com/how-to-install-wordpress-with-fantastico/</link>
		<comments>http://www.start-a-site.com/how-to-install-wordpress-with-fantastico/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 03:10:45 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Easy way to install Wordpress]]></category>
		<category><![CDATA[Fast wordpress installation]]></category>
		<category><![CDATA[How do I install wordpress]]></category>
		<category><![CDATA[How to install wordpress fast]]></category>
		<category><![CDATA[How to install wordpress on cpanel]]></category>
		<category><![CDATA[How to install Wordpress on Fantastico]]></category>
		<category><![CDATA[How to install wordpress via Fantastico]]></category>
		<category><![CDATA[Install Wordpress]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=244</guid>
		<description><![CDATA[There are two major ways of installing WordPress.  One of them is uploading it directly to your host via FTP, and the other one is installing it via Fantastico. Installing your WordPress with Fantastico is the easiest way ever!  You can save time, hassle, and it just takes couple clicks!  Fantastico comes with 90% of [...]]]></description>
			<content:encoded><![CDATA[<p>There are two major ways of installing WordPress.  One of them is uploading it directly to your host via FTP, and the other one is installing it via Fantastico.</p>
<p>Installing your WordPress with Fantastico is the easiest way ever!  You can save time, hassle, and it just takes couple clicks!  Fantastico comes with 90% of all Cpanel hostings.  Follow the steps below to install WordPress via Fantastico:</p>
<ol>
<li>Open up your Cpanel</li>
<li>Find the Fantastico button under Software section on homepage</li>
<li>At the Fantastico panel, find the WordPress link on the left hand side</li>
<li>Enter necessary information and click install!  Your good to go!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/how-to-install-wordpress-with-fantastico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is FTP and How does it work ?</title>
		<link>http://www.start-a-site.com/what-is-ftp-and-how-does-it-work/</link>
		<comments>http://www.start-a-site.com/what-is-ftp-and-how-does-it-work/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 10:17:36 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[How do I use Ftp on Internet Explorer]]></category>
		<category><![CDATA[How does Ftp work]]></category>
		<category><![CDATA[How to transfer files with FTP]]></category>
		<category><![CDATA[How to use FTP]]></category>
		<category><![CDATA[How to use Ws_Ftp]]></category>
		<category><![CDATA[Make Ftp work]]></category>
		<category><![CDATA[What is a Ftp program]]></category>
		<category><![CDATA[What is FTP]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=223</guid>
		<description><![CDATA[What is a FTP ? FTP stands for File Transfer Program, as you can tell by it&#8217;s name, it is used to transfer files.  FTP is the most secure and easy way to exchange data over the internet.  My personal definition of FTP is; &#8220;To transfer a file from one computer to another&#8221;. In our [...]]]></description>
			<content:encoded><![CDATA[<h1>What is a FTP ?</h1>
<p>FTP stands for File Transfer Program, as you can tell by it&#8217;s name, it is used to transfer files.  FTP is the most secure and easy way to exchange data over the internet.  My personal definition of FTP is; &#8220;To transfer a file from one computer to another&#8221;.</p>
<p>In our case, it is used to transfer our files to the host computer, you can use a FTP Program to make it easy and simple.  For my needs, I use WS_FTP and I would recommend it to anyone who needs a FTP program.</p>
<h1>How does FTP work ?</h1>
<blockquote><p>There is basically 5 steps to performing FTP.<br />
Step 1: Connect to the internet. (Just as you would if you were browsing)<br />
Step 2: Start WS_FTP Program. (You can find this program in the Start menu, under All Programs, in the program group called IPSwitch Ws_ftp).<br />
Step 3: 	Establish a connection to a file resource. (You may need to create a connection profile if this is the first time that you have used WS FTP)<br />
Step 4; 	Download or Upload your files<br />
Step 5: 	End the Session</p></blockquote>
<h1>How to use FTP on Internet Explorer</h1>
<p>Using FTP on internet explorer is one of the most easiest things you can do. You can NOT use Ftp on Internet Explorer 7 or higher.   However, you can still get around this and access Ftp through your computer, open up My Documents, or My computer and follow the process below from Step #2.</p>
<blockquote><p>#1- Run Internet Explorer.</p>
<p>#2-Go to the address bar and type: ftp://name-of-your-site.com</p>
<p>#3-Enter your FTP Client password information.</p>
<p>#4-If you&#8217;re a Windows server user go to the folder named &#8220;HttpDocs&#8221; / If you use a Linux based hosting, go to folder named &#8220;Public_Html&#8221;</p>
<p>#5-Upload your files to this directory. After you are done, go to http://www.name-of-your-site.com and check out what you just uploaded.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/what-is-ftp-and-how-does-it-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Protected Directories</title>
		<link>http://www.start-a-site.com/password-protected-directories/</link>
		<comments>http://www.start-a-site.com/password-protected-directories/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 07:38:06 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[INFO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[How to password a folder in Cpanel]]></category>
		<category><![CDATA[How to password protect a directory]]></category>
		<category><![CDATA[How to password protect a directory in plesk control panel]]></category>
		<category><![CDATA[How to set a password for a folder]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=210</guid>
		<description><![CDATA[This article will explain how to password protect directories in both Cpanel and Plesk Panel. How to password protect directories in Cpanel Login to your Cpanel, click on the Password Protect Directories,when you do so, a list of your directories will appear, click on the directory you want to limit access to.  In the new [...]]]></description>
			<content:encoded><![CDATA[<p>This article will explain how to password protect directories in both Cpanel and Plesk Panel.</p>
<h1>How to password protect directories in Cpanel</h1>
<p>Login to your Cpanel, click on the Password Protect Directories,when you do so, a list of your directories will appear, click on the directory you want to limit access to.  In the new page, please create a username and a password for your user. Select a name that will appear in the login screen and click on the Save button to activate the protection.</p>
<h1>How to password protect directories in Plesk Panel</h1>
<p>I have found a flash tutorial on how to create Password Protected Directories on Plesk panel.<br />
<object CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="500" HEIGHT="431" CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0" id=DemoDemo><param NAME=movie VALUE="http://support.pressharbor.com/files/demo/plesk8_eu_ppdirectory.swf">
</param><param NAME=play VALUE=true>
</param><param NAME=loop VALUE=FALSE></p>
</param><param NAME=quality VALUE=high>
<embed NAME=DemoDemo SRC="http://support.pressharbor.com/files/demo/plesk8_eu_ppdirectory.swf" WIDTH=500 HEIGHT=431 loop=FALSE quality=high TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swLiveConnect=true><br /></embed>
</param></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/password-protected-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a backup of your site</title>
		<link>http://www.start-a-site.com/how-to-create-a-backup-of-your-site/</link>
		<comments>http://www.start-a-site.com/how-to-create-a-backup-of-your-site/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 07:15:34 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[How to backup a cpanel website]]></category>
		<category><![CDATA[How to backup a site from Cpanel]]></category>
		<category><![CDATA[How to backup your database from Php My Admin]]></category>
		<category><![CDATA[How to backup your database from PHP MyAdmin]]></category>
		<category><![CDATA[How to backup your files from FTP]]></category>
		<category><![CDATA[How to backup your MySql database]]></category>
		<category><![CDATA[How to backup your website]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=207</guid>
		<description><![CDATA[This article explains how to backup your site from a website using CPanel.  First of all, you need to know what files you are going to backup in order to start the process. How to backup your files If you just want the physical files to be backed up to your computer, open you FTP [...]]]></description>
			<content:encoded><![CDATA[<p>This article explains how to backup your site from a website using CPanel.  First of all, you need to know what files you are going to backup in order to start the process.</p>
<h1>How to backup your files</h1>
<p>If you just want the physical files to be backed up to your computer, open you FTP client, go in to the &#8220;Public_Html&#8221; folder and copy everything to your computer.  If something happens to your files, or you change your hosting, you can always copy these files from your computer and place them in to the &#8220;Public_Html&#8221; folder and have your site running.</p>
<h1>How to backup your database</h1>
<p>Backing up your database is pretty easy too but it takes couple more steps.  To backup your database go in to your CPanel, find PHPMyAdmin and open it.  In PHPMyAdmin, click on the database you want to backup to your computer, the database list should be on the left hand side.  Once the database tables show up, on the top right, there will be couple tabs, click on &#8220;Export&#8221;.  The Export page will show up, go to the bottom of it, select ZIP file, and hit &#8220;Go&#8221;.</p>
<p>This will download your database to your computer as a ZIP file.  Make sure you date and save it in a safe spot because if your site gets messed up in the future, this file will save you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/how-to-create-a-backup-of-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scrolling Text</title>
		<link>http://www.start-a-site.com/scrolling-text/</link>
		<comments>http://www.start-a-site.com/scrolling-text/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 05:40:08 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[INFO]]></category>
		<category><![CDATA[How do I add a scrolling text to my web page]]></category>
		<category><![CDATA[How to add a scrolling text to your blog]]></category>
		<category><![CDATA[How to add Html to a scrolling text]]></category>
		<category><![CDATA[How to change the color of a marquee]]></category>
		<category><![CDATA[How to make a text scroll on your website]]></category>
		<category><![CDATA[Html code for a marquee]]></category>
		<category><![CDATA[Html code for scrolling text]]></category>
		<category><![CDATA[Marquee Html code]]></category>
		<category><![CDATA[Scrolling text Html code]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=196</guid>
		<description><![CDATA[Thsi article will explain the scrolling text html code.  This code is referred to it as Marquee code because the name of the Html tag is &#8220;marquee&#8221;. Basic Html code for a Marquee &#60;marquee&#62;This is an basic example of a marquee code&#60;/marquee&#62; This is how it will appear on your website: This is an basic [...]]]></description>
			<content:encoded><![CDATA[<p>Thsi article will explain the scrolling text html code.  This code is referred to it as Marquee code because the name of the Html tag is &#8220;marquee&#8221;.</p>
<h1>Basic Html code for a Marquee</h1>
<p><textarea cols="50" rows="2">&lt;marquee&gt;This is an basic example of a marquee code&lt;/marquee&gt;</textarea></p>
<p>This is how it will appear on your website:<br />
<marquee>This is an basic example of a marquee code</marquee></p>
<h1>Adding a background color to a scrolling text</h1>
<p>You can add a background color to your marquee or scrolling text.  The tag used to apply this is called &#8220;bgcolor&#8221; examine the code below.</p>
<p><textarea cols="50" rows="2">&lt;marquee bgcolor=&#8221;aqua&#8221;&gt;This scrolling text example will have a aqua (light blue) background&lt;/marquee&gt;</textarea></p>
<p>This is how it will appear on your website:<br />
<marquee bgcolor=”aqua”>This scrolling text example will have a aqua (light blue) background</marquee></p>
<h1>How to add height, width and direction to your scrolling text</h1>
<p>You could also set your height, width and the direction of your scrolling text.</p>
<p><textarea cols="50" rows="2"> &lt;marquee height=&#8221;100&#8243; width=&#8221;150&#8243; direction=&#8221;up&#8221; bgcolor=&#8221;aqua&#8221;&gt;Scrolling text html example of a marquee with height, width and direction&lt;/marquee&gt;</textarea><br />
This is how it will appear on your website:<br />
 <marquee height=”100″ width=”150″ direction=”up” bgcolor=”aqua”>Scrolling text html example of a marquee with height, width and direction</marquee></p>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/scrolling-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
