* Graham The basic code of a poll is
<xt:poll id="Any unique value" voted_text="Thank you for voting!" question="your question" show_results="always" answer1="yes" answer2="no" answer3="maybe" />
Copy code
add as many answers as you need like
answer4=""
answer5=""
the Css classes
/* Outer container */
.xt_container { }

/* Poll form */
.xtpoll {}
/* The poll question is in a h3 tag with two classes */
.xtpoll h3 {padding:0;margin:0}
.question {}
.xt_heading {}
/* Poll answer div */
.answer {}
/* Poll answer text*/
.answer label {}
/* Poll submit button div */
.submit {}
/* Poll submit button */
.xt_button {}

/* Poll results  */
/* The poll response text is in a h3 tag with two classes */
.xt_heading {}
.voted {}
/* Each answer is in a  div  with the.result class*/
.result {}

Copy code
2017-12-06 18:00 (edited 2017-12-06 18:02 by Graham ) · (0)

Online: Guests: 1