<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>adding an information ticker to your site</title>
		<link>http://community.wikidot.com/forum/t-163390/adding-an-information-ticker-to-your-site</link>
		<description>Posts in the discussion thread &quot;adding an information ticker to your site&quot;</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/forum/t-163390#post-512350</guid>
				<title>Re: adding an information ticker to your site</title>
				<link>http://community.wikidot.com/forum/t-163390/adding-an-information-ticker-to-your-site#post-512350</link>
				<description></description>
				<pubDate>Thu, 18 Jun 2009 18:51:16 +0000</pubDate>
				<wikidot:authorName>garethg</wikidot:authorName>				<wikidot:authorUserId>20500</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello Rob,</p> <p>Perfect - thanks ! I took a look at your site as well - some great code samples.</p> <p>What a small world ! - hope they like living here.</p> <p>Gareth</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-163390#post-511949</guid>
				<title>Re: adding an information ticker to your site</title>
				<link>http://community.wikidot.com/forum/t-163390/adding-an-information-ticker-to-your-site#post-511949</link>
				<description></description>
				<pubDate>Thu, 18 Jun 2009 08:06:13 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>In html-speak this is called a marquee and is very straightforward to do, including having several options with links. You just need an html codeblock and an iframe.</p> <p>First put the following codeblock on your page:</p> <div class="code"> <pre> <code>[!-- [[code type="html"]] &lt;HTML&gt; &lt;BODY&gt; &lt;marquee behavior="alternate" direction="left" bgcolor="#D5F8B4" scrollamount="6" onmouseover="this.stop()" onmouseout="this.start()" &lt;a href="http://snippets.wikidot.com"&gt;Snippets/&lt;/a&gt; &lt;a href="http://kuler.adobe.com/#create/fromacolor"&gt;Adobe Kuler/&lt;/a&gt; &lt;a href="http://strathviewconsultants.wikidot.com"&gt;Strathview Consultants&lt;/a&gt; &lt;/marquee&gt; &lt;/BODY&gt; &lt;/HTML&gt; [[/code]] --]</code> </pre></div> <br /> Then underneath it add an iframe to reference that codeblock: <div class="code"> <pre> <code>[[iframe http://yoursite.wikidot.com/yourpage/code/1 frameborder="0" scrolling="no" width="600px" height="50px"]]</code> </pre></div> <p>This gives the result below. I have put an explanation of the different marquee parameters on my page <a href="http://strathviewconsultants.wikidot.com/support:marquee" >here</a>.</p> <p><iframe src="http://strathviewconsultants.wikidot.com/support:marquee/code/1" align="" frameborder="0" height="50px" scrolling="no" width="600px" class="" style=""></iframe></p> <p>Edit: curiously Gareth I have an aunt and uncle who live in Bishops Cleeve.</p> <p>Rob</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-163390#post-511593</guid>
				<title>adding an information ticker to your site</title>
				<link>http://community.wikidot.com/forum/t-163390/adding-an-information-ticker-to-your-site#post-511593</link>
				<description></description>
				<pubDate>Wed, 17 Jun 2009 22:51:00 +0000</pubDate>
				<wikidot:authorName>garethg</wikidot:authorName>				<wikidot:authorUserId>20500</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Has anyone implemented adding an information ticker (where you can control the content) into their wiki so that, for example, it scrolls across and allows users to read the content placed there ? Even better would be for the content items to be links that could be clicked.</p> <p>I'm guessing some [[embed]] tag with a service would be the way to go …</p> <p>Thanks in advance.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>