Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
22/04/2005 02:14:38
|
Anonymous
|
Hey, I know very little about PHP, so I was hoping someone could help me with a simple problem Im having.
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)
Where do I go to change this text color? Ive managed to change everything else with html, etc...
my poll example: http://hogwartsmagic.com/poll.php
Vote and you can see what I mean.
Thanks!
|
|
05/05/2005 11:38:42
|
Anonymous
|
I found your problem.
This is your php file with my changes.
Greetz.
<html><head><style>
<!--
BODY{
scrollbar-face-color:#081010;
scrollbar-arrow-color:#42424A;
scrollbar-track-color:#42424A;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:''
}
.bordercolor { background-color: 18394B; }
TD { font-family: Georgia,Verdana,Arial; color: FFFFFF; font-size:11px}
.windowbg { background-color: 000000; font-size: 11px; font-family: Georgia,Verdana,Arial; color: FFFFFF; }
-->
</style>
</head><body><body link="#CCCCCC" vlink="#999999" alink="#666666" text="#C0C0C0" bgcolor="#000000"><table width="250" border="0" cellspacing="0" cellpadding="1" bgcolor="#404040">
<tr align="center">
<td>
<style type="text/css">
<!--
.input { font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
.links { font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #FFFFFF}
-->
</style>
<font face="Georgia, Verdana, Arial, Helvetica, sans-serif" size="-1" color="#000000"><b>Vote Here!</b></font></td>
</tr>
<tr align="center">
<td><table width="100%" border="0" cellspacing="0" cellpadding="2" align="center" bgcolor="#000000">
<tr valign="middle">
<td height="40"><font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"><b>Will we see Aragog again in Half-Blood Prince?</b></font></td>
</tr>
<tr align="right" valign="bottom">
<td>
<table border="0" cellspacing="0" cellpadding="1" width="100%" align="center">
<tr valign="top">
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="1" align="center">
<tr>
<td height="22"><font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1">Yes, he is the plot JKR moved from CoS.</font></td>
<td nowrap height="22"><font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"><img src="/polls/image/grey.gif" width="33" height="6"> 33.3%</font></td>
</tr>
<tr>
<td height="22"><font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1">No, but maybe in the 7th book.</font></td>
<td nowrap height="22"><font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"><img src="/polls/image/grey.gif" width="25" height="6"> 25.0%</font></td>
</tr>
<tr>
<td height="22"><font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1">Maybe. I'm not sure.</font></td>
<td nowrap height="22"><font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"><img src="/polls/image/grey.gif" width="42" height="6"> 41.7%</font></td>
</tr>
</table>
<font face="Georgia, Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"><br>
Total votes: <font color="#FFFFFF">12</font><br>
<!-- I MADE A COLOR CHANGE JUST BEFORE "...>12</font><br>" IN THE ABOVE LINE! THE #XXXXXX STANDS FOR A COLOR
http://users.rcn.com/giant.interport/COLOR/1ColorSpecifier.html -->
<br><br><div align="center">
</div></font>
</td></tr>
<tr><td height="2"> </td></tr>
</table>
<font face="Georgia, Verdana, Arial, Helvetica, sans-serif" size="1"><a href="http://www.proxy2.de" target="_blank" title="Advanced Poll">Version 2.03</a></font></td>
</tr>
</table>
</td>
</tr>
</table>
</body></html>
|
|
05/05/2005 23:49:07
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
Go to the poll admin area adn create or edit a poll.
At the end of each row for each option of the poll there should be a drop
down boxd where you can select a colour for each option of the poll.
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
|
|
|
|
Based on the open source JForum
|