iGuest 3 Report post Posted April 11, 2005 I made a vote poll script, and it work fine with results in numers or %, but i want to show images as a result. Is that possible?For example like voting poll in this forum.I tried something but that couldnt work.Someone? Share this post Link to post Share on other sites
Argoth 0 Report post Posted April 11, 2005 you could do a (this is psuedocode) : If % > 10 then Display Img_barIf % > 20 then Display Img_barIf % > 30 then Display Img_barIf % > 40 then Display Img_barIf % > 50 then Display Img_barIf % > 60 then Display Img_barIf % > 70 then Display Img_barIf % > 80 then Display Img_barIf % > 90 then Display Img_barIf % > 100 then Display Img_bar So then each 10% is depicted by a bar.Don't know if that's what you were looking for. Share this post Link to post Share on other sites