<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll - Simple Question"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll - Simple Question"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll - Simple Question</title>
				<description><![CDATA[ Hey, I know very little about PHP, so I was hoping someone could help me with a simple problem Im having.<br /> <br /> I'm testing my poll out and when you finish voting and show the results, I  cant seem to get the color changed on the number of votes.  (its bright red and really looks awful with my color theme)<br /> <br /> Where do I go to change this text color?  Ive managed to change everything else with html, etc...<br /> <br /> <br /> my poll example:  <a class="snap_shots" href="http://hogwartsmagic.com/poll.php" target="_blank" rel="nofollow">http://hogwartsmagic.com/poll.php</a><br /> <br /> Vote and you can see what I mean.<br /> <br /> Thanks!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4545/15745.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4545/15745.php</link>
				<pubDate><![CDATA[Fri, 22 Apr 2005 02:14:38]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I found your problem.<br /> <br /> This is your php file with my changes.<br /> <br /> Greetz.<br /> <br /> <br /> <br />  &lt;html&gt;&lt;head&gt;&lt;style&gt;<br /> &lt;!--<br /> BODY{<br /> scrollbar-face-color:#081010;<br /> scrollbar-arrow-color:#42424A;<br /> scrollbar-track-color:#42424A;<br /> scrollbar-shadow-color:'';<br /> scrollbar-highlight-color:'';<br /> scrollbar-3dlight-color:'';<br /> scrollbar-darkshadow-Color:''<br /> }<br /> .bordercolor  { background-color: 18394B; }<br /> <br /> TD            { font-family: Georgia,Verdana,Arial; color: FFFFFF; font-size:11px}<br /> .windowbg     { background-color: 000000; font-size: 11px; font-family: Georgia,Verdana,Arial; color: FFFFFF; }<br /> --&gt;<br /> &lt;/style&gt;<br /> <br /> &lt;/head&gt;&lt;body&gt;&lt;body link="#CCCCCC" vlink="#999999" alink="#666666" text="#C0C0C0" bgcolor="#000000"&gt;&lt;table width="250" border="0" cellspacing="0" cellpadding="1" bgcolor="#404040"&gt;<br /> &lt;tr align="center"&gt;<br /> &lt;td&gt;<br /> &lt;style type="text/css"&gt;<br /> &lt;!--<br />  .input { font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}<br />  .links { font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #FFFFFF}<br /> --&gt;<br /> &lt;/style&gt;<br /> &lt;font face="Georgia, Verdana, Arial, Helvetica, sans-serif" size="-1" color="#000000"&gt;&lt;b&gt;Vote Here!&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr align="center"&gt;<br />  &lt;td&gt;&lt;table width="100%" border="0" cellspacing="0" cellpadding="2" align="center" bgcolor="#000000"&gt;<br />  &lt;tr valign="middle"&gt;<br />    &lt;td height="40"&gt;&lt;font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"&gt;&lt;b&gt;Will we see Aragog again in Half-Blood Prince?&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;tr align="right" valign="bottom"&gt;<br />    &lt;td&gt;<br />      &lt;table border="0" cellspacing="0" cellpadding="1" width="100%" align="center"&gt;<br />        &lt;tr valign="top"&gt;<br />         &lt;td&gt;<br />          &lt;table width="100%" border="0" cellspacing="0" cellpadding="1" align="center"&gt;<br /> &lt;tr&gt;<br />     &lt;td height="22"&gt;&lt;font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"&gt;Yes, he is the plot JKR moved from CoS.&lt;/font&gt;&lt;/td&gt;<br />     &lt;td nowrap height="22"&gt;&lt;font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"&gt;&lt;img src="/polls/image/grey.gif" width="33" height="6"&gt; 33.3%&lt;/font&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br />     &lt;td height="22"&gt;&lt;font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"&gt;No, but maybe in the 7th book.&lt;/font&gt;&lt;/td&gt;<br />     &lt;td nowrap height="22"&gt;&lt;font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"&gt;&lt;img src="/polls/image/grey.gif" width="25" height="6"&gt; 25.0%&lt;/font&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;tr&gt;<br />     &lt;td height="22"&gt;&lt;font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"&gt;Maybe.  I'm not sure.&lt;/font&gt;&lt;/td&gt;<br />     &lt;td nowrap height="22"&gt;&lt;font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"&gt;&lt;img src="/polls/image/grey.gif" width="42" height="6"&gt; 41.7%&lt;/font&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br />        &lt;/table&gt;<br />        &lt;font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"&gt;&lt;br&gt;<br />        Total votes: &lt;font color="#FFFFFF"&gt;12&lt;/font&gt;&lt;br&gt; <br /> <br /> <br /> <br /> &lt;!-- I MADE A COLOR CHANGE JUST BEFORE  "...&gt;12&lt;/font&gt;&lt;br&gt;" IN THE ABOVE LINE! THE #XXXXXX STANDS FOR A COLOR <br />  <a class="snap_shots" href="http://users.rcn.com/giant.interport/COLOR/1ColorSpecifier.html" target="_blank" rel="nofollow">http://users.rcn.com/giant.interport/COLOR/1ColorSpecifier.html</a> --&gt;<br /> <br /> <br /> <br /> <br /> <br />        &lt;br&gt;&lt;br&gt;&lt;div align="center"&gt;<br />        &amp;nbsp;&lt;/div&gt;&lt;/font&gt;<br />        &lt;/td&gt;&lt;/tr&gt;<br />       &lt;tr&gt;&lt;td height="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;<br />      &lt;/table&gt;<br />     &lt;font face="Georgia, Verdana, Arial, Helvetica, sans-serif" size="1"&gt;&lt;a href="http://www.proxy2.de" target="_blank" title="Advanced Poll"&gt;Version 2.03&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;<br />    &lt;/tr&gt;<br />  &lt;/table&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br />  &lt;/body&gt;&lt;/html&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4545/15924.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4545/15924.php</link>
				<pubDate><![CDATA[Thu, 5 May 2005 11:38:42]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Go to the poll admin area adn create or edit a poll.<br /> At the end of each row for each option of the poll there should be a drop <br /> down boxd where you can select a colour for each option of the poll.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4545/15930.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4545/15930.php</link>
				<pubDate><![CDATA[Thu, 5 May 2005 23:49:07]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>