| Author |
Message / Information |
DBD|V-tecc

Quote | Reply |
| Poll colors... posted on: 2/8/2004 8:15:33 AM
quote: I added span tags around the answers on the message page so you can put your own colors on them. To use them you will need to put a span class in your style sheet area like this
span.answer1, span.answer2 { code goes here }
Does anyone have a code I can use and modify? -script n00bie 2k  |
Sharky
ChatArea.com Owner

Quote | Reply |
|
Poll colors...
replied on: 2/8/2004 11:30:16 AM
color: #000000;
|
DBD|V-tecc

Quote | Reply |
|
Poll colors...
replied on: 2/8/2004 4:42:39 PM
Hehe, that didnt halp much... where do i put that last value? and where do i put color2 and so on ...
|
Sharky
ChatArea.com Owner

Quote | Reply |
|
Poll colors...
replied on: 2/8/2004 7:34:24 PM
<style type="text/css"> span.answer1 { color: #000000; } span.answer2 { color: #FFFFFF; } </style>
This will go in your header of the forum that you want them on.
|
DBD|V-tecc

Quote | Reply |
|
Poll colors...
replied on: 2/9/2004 1:23:12 PM
Ok, now i got it...only when i did it, the poll questions (the text) changed to color and not the poll results - black still
http://www.chatarea.com/DBDOfficialForums.f10587 << Tried it for this forum
|
Sharky
ChatArea.com Owner

Quote | Reply |
|
Poll colors...
replied on: 2/9/2004 3:32:50 PM
I will see what I can do with the results so you can modify that as well.
|