Login
·
Signup
Home
»
XtGem
»
Coding help
»
Need Help Here Sir.
» View post
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" />
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 {}
#
2017-12-06 08:00 (edited 2017-12-06 08:02 by
Graham
) ·
(0)
Home
»
XtGem
»
Coding help
»
Need Help Here Sir.
» View post
Online: Guests: 1
Log in