<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1040737" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1040737</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Just right-click on that</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/what-code-ill-be-going-use#comment-1228757</link>
    <description> &lt;p&gt;Just right-click on that page and press &#039;View Source&#039;, all the code for that page will be there and you can copy/paste it. Personally I don&#039;t use marquee tags, and all the answers are on that page, so it&#039;s better that you look it up yourself.&lt;/p&gt;
&lt;p&gt;We can point you in the right direction with things, but if you&#039;re going to build your own sites you need to learn how to find stuff out for yourself. When you get stuck, &lt;em&gt;then&lt;/em&gt; come and ask us. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 24 Feb 2008 23:22:30 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1228757 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>JeevesBond wrote:


P.S. -</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/what-code-ill-be-going-use#comment-1228746</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;JeevesBond wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;P.S. - you may have to wait a bit - the RSS feed for this forum does not send replies- only the original post. (Boo, hiss!)&lt;/blockquote&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This forum? There are feeds for each topic, just view the topic, click the little RSS icon in your address bar (assuming you&#039;re using Firefox or Opera here), and it will give you the option of two feeds to signup to. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;now my question is, what code i&#039;ll be going to used if i want to animate my text, only from left edge to right edge..&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;If you&#039;re using the &lt;code&gt;marquee&lt;/code&gt; tag, there&#039;s the &lt;code&gt;direction=&amp;quot;right&amp;quot;&lt;/code&gt; attribute. Also have a look at:  &lt;a href=&quot;http://www.scit.wlv.ac.uk/encyc/marquee.html&quot; title=&quot;http://www.scit.wlv.ac.uk/encyc/marquee.html&quot;&gt;http://www.scit.wlv.ac.uk/encyc/marquee.html&lt;/a&gt; for more options and examples.&lt;/p&gt;
&lt;p&gt;i want the bouncing text...&lt;/p&gt;
&lt;p&gt;what exactly the code i&#039;m going to use..?&lt;/p&gt;
 </description>
     <pubDate>Sun, 24 Feb 2008 09:26:19 +0000</pubDate>
 <dc:creator>desert_fox 23</dc:creator>
 <guid isPermaLink="false">comment 1228746 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>P.S. - you may have to wait</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/what-code-ill-be-going-use#comment-1228741</link>
    <description> &lt;blockquote&gt;&lt;p&gt;P.S. - you may have to wait a bit - the RSS feed for this forum does not send replies- only the original post. (Boo, hiss!)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This forum? There are feeds for each topic, just view the topic, click the little RSS icon in your address bar (assuming you&#039;re using Firefox or Opera here), and it will give you the option of two feeds to signup to. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;now my question is, what code i&#039;ll be going to used if i want to animate my text, only from left edge to right edge..&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;If you&#039;re using the &lt;code&gt;marquee&lt;/code&gt; tag, there&#039;s the &lt;code&gt;direction=&amp;quot;right&amp;quot;&lt;/code&gt; attribute. Also have a look at:  &lt;a href=&quot;http://www.scit.wlv.ac.uk/encyc/marquee.html&quot; title=&quot;http://www.scit.wlv.ac.uk/encyc/marquee.html&quot;&gt;http://www.scit.wlv.ac.uk/encyc/marquee.html&lt;/a&gt; for more options and examples.&lt;/p&gt;
 </description>
     <pubDate>Sat, 23 Feb 2008 19:46:26 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1228741 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>This sounds like a job for</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/what-code-ill-be-going-use#comment-1228740</link>
    <description> &lt;p&gt;This sounds like a job for JavaScript. Do you have any scripting in your page already? Do you want the text to scroll (a) once after the page loads, or (b) when you mouse over an image or a link, like in this menu[1]?&lt;/p&gt;
&lt;p&gt;If you have a page you can show us, and let us know exactly what you want, maybe we can come up with something.&lt;/p&gt;
&lt;p&gt;[1] &lt;a href=&quot;http://webwiz.robinshosting.com/confetti.html&quot; title=&quot;http://webwiz.robinshosting.com/confetti.html&quot;&gt;http://webwiz.robinshosting.com/confetti.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;P.S. - you may have to wait a bit - the RSS feed for this forum does not send replies- only the original post. (Boo, hiss!)&lt;/p&gt;
 </description>
     <pubDate>Sat, 23 Feb 2008 18:00:26 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1228740 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
