<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "how to line up polls horizontally"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "how to line up polls horizontally"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>how to line up polls horizontally</title>
				<description><![CDATA[ <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />  <img src="https://proxy2.de/forum//images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" />  how to code several polls to position horizontally rather than vertically on a page? Tried to create a table - no good.<br /> <br /> Anyone have this solved?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3331/9056.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3331/9056.php</link>
				<pubDate><![CDATA[Thu, 8 Jul 2004 17:56:09]]> GMT</pubDate>
				<author><![CDATA[ doc]]></author>
			</item>
			<item>
				<title>It worked for me</title>
				<description><![CDATA[ Well, I thought I'd try this, and had no problem.  What program are you using?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3331/9178.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3331/9178.php</link>
				<pubDate><![CDATA[Fri, 16 Jul 2004 12:40:30]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Demo 1 is a lot less complicated.  Didn't realize that was already there - or was it?<br /> <br /> <a class="snap_shots" href="http://proxy2.de/poll/demo_1.php?action=results&amp;poll_ident=1" target="_blank" rel="nofollow">http://proxy2.de/poll/demo_1.php?action=results&amp;poll_ident=1</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3331/9748.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3331/9748.php</link>
				<pubDate><![CDATA[Mon, 9 Aug 2004 18:43:11]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The simple way...<br /> <br /> [code]&lt;table&gt;<br />    &lt;tr&gt;<br />       &lt;td&gt;<br />          &lt;?php <br />          include_once &quot;poll/booth.php&quot;; <br />          echo $php_poll-&gt;poll_process&#40;&quot;1&quot;&#41;; <br />          ?&gt; <br />       &lt;/td&gt;<br />       &lt;td&gt;<br />          &lt;?php <br />          include_once &quot;poll/booth.php&quot;; <br />          echo $php_poll-&gt;poll_process&#40;&quot;2&quot;&#41;; <br />          ?&gt; <br />       &lt;/td&gt;<br />       &lt;td&gt;<br />          &lt;?php <br />          include_once &quot;poll/booth.php&quot;; <br />          echo $php_poll-&gt;poll_process&#40;&quot;3&quot;&#41;; <br />          ?&gt; <br />       &lt;/td&gt;<br />    &lt;/tr&gt;<br /> &lt;/table&gt;[/code]<br /> <br /> Then in the poll templates "YOU CAN EDIT THRU THE ADMIN PANEL" you can delete almost all the html apart from the stuff to show the poll and any font tags that were left in their. But they could be replaced with your own classes and id's in a stylesheet if you know how.<br /> <br /> _ Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3331/9749.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3331/9749.php</link>
				<pubDate><![CDATA[Mon, 9 Aug 2004 18:48:06]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>