<?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>2-Create-a-Website.Com &#124; How To Create a Website &#187; What is marquee</title>
	<atom:link href="http://www.2-create-a-website.com/tag/what-is-marquee/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2-create-a-website.com</link>
	<description>How To Create a Website - 2 Create a Website</description>
	<lastBuildDate>Wed, 02 Jun 2010 08:24:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add a Scrolling text</title>
		<link>http://www.2-create-a-website.com/how-to-add-a-scrolling-text/</link>
		<comments>http://www.2-create-a-website.com/how-to-add-a-scrolling-text/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 04:52:13 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Basic HTML]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[How to add a marquee scrolling text]]></category>
		<category><![CDATA[How to add a scrolling text to my web page]]></category>
		<category><![CDATA[Marquee Html code for web page]]></category>
		<category><![CDATA[Scrolling text Html code]]></category>
		<category><![CDATA[What is marquee]]></category>
		<category><![CDATA[What is the code for a scrolling text]]></category>

		<guid isPermaLink="false">http://www.2-create-a-website.com/?p=466</guid>
		<description><![CDATA[


 In this article I will explain how to add a scrolling text to your web page.  This code can be used as a ticker, it is also called marquee text but it is easy to remember it as scrolling text.
Html Code for basic Marquee
Html example of a marquee code
Example of how it will look:
Html [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-2970610913513858";
/* 336x280, created 3/8/10 */
google_ad_slot = "8166216068";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></-> <p>In this article I will explain how to add a scrolling text to your web page.  This code can be used as a ticker, it is also called marquee text but it is easy to remember it as scrolling text.</p>
<h2>Html Code for basic Marquee</h2>
<p><textarea cols="90" rows="2"><marquee>Html example of a marquee code</marquee></textarea></p>
<p>Example of how it will look:<br />
<marquee>Html example of a marquee code</marquee></p>
<h2>Code for a scrolling text with background</h2>
<p>You can also add backgrounds to these scrolling texts.  All you have to do is edit the tag bgcolor=&#8221;lime&#8221; you can put color names or hex colors on this field.</p>
<blockquote><p>  You can search up hex to find a Hex color chart on my website.</p></blockquote>
<p><textarea cols="90" rows="2"> <marquee bgcolor="lime">Html example of a marquee code </marquee></textarea></p>
<p>Example of how it will look:<br />
<marquee bgcolor="lime">Html example of a marquee code  </marquee></p>
<h2>Code for a scrolling text with background and direction with fixed width</h2>
<p>On this example you can setup the direction the text will scroll and the width of the marquee.  All you have to do is edit the height and width tags in the code.<br />
<textarea cols="90" rows="2"> <marquee height="100" width="150" direction="up" bgcolor="lime">Html example of a marquee code </marquee></textarea></p>
<p>Here is an example of how it will look:<br />
<marquee height="100" width="150" direction="up" bgcolor="lime">Html example of a marquee code </marquee></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.2-create-a-website.com/how-to-add-a-scrolling-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
