<?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>PC Hacks &#187; html tips</title>
	<atom:link href="http://hackspc.com/tag/html-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackspc.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 15:49:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Html: Walking Text</title>
		<link>http://hackspc.com/html-walking-text/</link>
		<comments>http://hackspc.com/html-walking-text/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 21:25:26 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[html tips]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=658</guid>
		<description><![CDATA[This is a simple html tip,  which can help you to get a &#8220;walking&#8221; text or a &#8220;walking&#8221; picture. It&#8217;s quite useful and simple tip. Code is shown below , insert in the post or in a tag

Walking letters: left
&#60;marquee behavior=&#8221;scroll&#8221; direction=&#8221;left&#8221;&#62;Welcome to PC Hacks&#60;/marquee&#62;
Welcome to PC Hacks
Walking letters:  right
&#60;marquee behavior=&#8221;scroll&#8221; direction=&#8221;right&#8221;&#62;Welcome to [...]]]></description>
			<content:encoded><![CDATA[<p>This is a simple html tip,  which can help you to get a &#8220;walking&#8221; text or a &#8220;walking&#8221; picture. It&#8217;s quite useful and simple tip. Code is shown below , insert in the post or in a tag</p>
<p><span id="more-658"></span><br />
Walking letters: left<br />
<textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 200px; height: 80px;" cols="8" rows="5" name="code">&lt;marquee behavior=&#8221;scroll&#8221; direction=&#8221;left&#8221;&gt;Welcome to PC Hacks&lt;/marquee&gt;</textarea></p>
<p><marquee behavior="scroll" direction="left">Welcome to PC Hacks</marquee></p>
<p>Walking letters:  right<br />
<textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 200px; height: 80px;" cols="8" rows="5" name="code">&lt;marquee behavior=&#8221;scroll&#8221; direction=&#8221;right&#8221;&gt;Welcome to PC Hacks&lt;/marquee&gt;</textarea></p>
<p><marquee behavior="scroll" direction="right">Welcome to PC Hacks</marquee></p>
<p>Walking letters:  up<br />
<textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 200px; height: 80px;" cols="8" rows="5" name="code">&lt;marquee behavior=&#8221;scroll&#8221; direction=&#8221;up&#8221;&gt;Welcome to PC Hacks&lt;/marquee&gt;</textarea></p>
<p><marquee behavior="scroll" direction="up">Welcome to PC Hacks</marquee></p>
<p>Walking letters:  down<br />
<textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 200px; height: 80px;" cols="8" rows="5" name="code">&lt;marquee behavior=&#8221;scroll&#8221; direction=&#8221;down&#8221;&gt;Welcome to PC Hacks&lt;/marquee&gt;&lt;/p&gt; &lt;p&gt;&lt;marquee behavior=&#8221;scroll&#8221; direction=&#8221;down&#8221;&gt;Welcome to PC Hacks&lt;/marquee&gt;</textarea></p>
<p><marquee behavior="scroll" direction="down">Welcome to PC Hacks</marquee></p>
<p>Walking picture:left to right, you can set left,right,up,down, just modify direction=&#8221;xxxxx&#8221;</p>
<p><textarea style="background: #d2e9ff none repeat scroll 0% 0%; width: 200px; height: 80px;" cols="8" rows="5" name="code">&lt;marquee behavior=&#8221;scroll&#8221; direction=&#8221;left&#8221;&gt;&lt;a href=&#8221;http://boce-n-b-a.blogspot.com/2008/08/slike.html&#8221; mce_href=&#8221;http://boce-n-b-a.blogspot.com/2008/08/slike.html&#8221;&gt;&lt;a href=&#8221;http://hackspc.com/wp-content/uploads/2008/10/16.jpg&#8221; mce_href=&#8221;http://hackspc.com/wp-content/uploads/2008/10/16.jpg&#8221;&gt;&lt;img class=&#8221;alignnone size-medium wp-image-655&#8243; title=&#8221;16&#8243; src=&#8221;http://hackspc.com/wp-content/uploads/2008/10/16.jpg&#8221; mce_src=&#8221;http://hackspc.com/wp-content/uploads/2008/10/16.jpg&#8221; alt=&#8221;" width=&#8221;120&#8243; height=&#8221;60&#8243; /&gt;&lt;/a&gt;&lt;/marquee&gt;</textarea></p>
<p><marquee behavior="scroll" direction="left"><a href="http:/hackspc.coml"><a href="http://hackspc.com/wp-content/uploads/2008/10/16.jpg"><img class="alignnone size-medium wp-image-655" title="16" src="http://hackspc.com/wp-content/uploads/2008/10/16.jpg" alt="" width="120" height="60" /></a></marquee></p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/html-walking-text/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
