<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Success - IE  Left Align  in Advanced Poll"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Success - IE  Left Align  in Advanced Poll"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Success - IE  Left Align  in Advanced Poll</title>
				<description><![CDATA[ Here is what has FINALLY worked for me in left aligning in Advanced Poll for IE<br /> <br /> POLL xxx  - Poll.php (page)<br /> -------------------------------------<br /> <br /> <br /> &lt;?php<br /> /* Include this before your html code */<br /> include_once "poll/poll_cookie.php";<br /> ?&gt;<br /> &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;<br /> &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;<br /> &lt;head&gt;<br /> &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;<br /> &lt;title&gt;Untitled Document&lt;/title&gt;<br /> [color="red"]&lt;style type="text/css"&gt;<br /> &lt;!--<br /> td{ text-align:left}<br /> <br /> --&gt;<br /> &lt;/style&gt;[/color]<br /> <br /> &lt;/head&gt;<br /> <br /> &lt;body&gt;<br /> <br /> <br /> &lt;?php<br /> <br /> /* path */<br /> $poll_path = dirname(poll);<br /> <br /> require_once $poll_path."/poll/include/config.inc.php";<br /> require_once $poll_path."/poll/include/$POLLDB[class]";<br /> require_once $poll_path."/poll/include/class_poll.php";<br /> $CLASS["db"] = new polldb_sql;<br /> $CLASS["db"]-&gt;connect();<br /> <br /> $php_poll = new poll();<br /> <br /> <br /> /* the third poll */<br /> $php_poll-&gt;set_template_set("popup");<br /> if ($php_poll-&gt;is_valid_poll_id(xxx)) {<br />     echo $php_poll-&gt;display_poll(xxx);<br /> }<br /> <br /> ?&gt;<br /> <br /> <br /> &lt;/body&gt;<br /> &lt;/html&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7317/24764.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7317/24764.php</link>
				<pubDate><![CDATA[Tue, 7 Jul 2009 13:35:17]]> GMT</pubDate>
				<author><![CDATA[ genie]]></author>
			</item>
			<item>
				<title>Added Background</title>
				<description><![CDATA[ To the above css statement in the poll.php page, I've even added a background image to the poll.  I am sure I could do a color changed to.  I have about 30+ polls running on my site and up until now, they've all had the same black background, but now I can make it do anything.<br /> <br /> <br /> See the red code above and ad this line under the td line<br /> <br /> <br /> [color="red"]table {background-image:url(yourimage.gif);}[/color]<br /> <br /> You can see this done here:<br /> <br /> [url]http://justperioddrama.com/[/url]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7317/24765.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7317/24765.php</link>
				<pubDate><![CDATA[Tue, 7 Jul 2009 23:10:00]]> GMT</pubDate>
				<author><![CDATA[ genie]]></author>
			</item>
	</channel>
</rss>