You are not a registered user. Some features aren't available and if you create a poll, everyone will be able to edit or delete it
<script type='text/javascript' src='http://quimble.com/inpage/index/4983'></script>
HINT: Make this any width you want by adding this script AFTER your poll
(replace the 200px):
<script language="javascript">
var all_polls = document.getElementsByClassName('quimble_poll_div');
for (var i = 0; i < all_polls.length; i++) {
all_polls[i].style.width = '200px';
}
</script>
<script type='text/javascript' src='http://quimble.com/js/table/4983'></script>
HINT: Make this any width you want by enclosing the code in either a <div> or <table> tag.
<div id="quimble_poll">
<h1 class="quimble">What's Your ACen Cosplay for 2007?</h1>
<form action="http://quimble.com/poll/vote/4983?context=remote_poll" method="post">
<ol class="quimble">
<li class="quimble">
<input class="quimble" id="vote_option_id_19585" name="vote[option_id]" type="radio" value="19585" />
<label for="vote_option_id_19585" class="quimble">I’m cosplaying as a well known character from a popular anime.</label>
</li>
<li class="quimble">
<input class="quimble" id="vote_option_id_19586" name="vote[option_id]" type="radio" value="19586" />
<label for="vote_option_id_19586" class="quimble">I’ll be dressing as a little known character from a popular anime.</label>
</li>
<li class="quimble">
<input class="quimble" id="vote_option_id_19587" name="vote[option_id]" type="radio" value="19587" />
<label for="vote_option_id_19587" class="quimble">This year it’ll be a character from a not so well known anime.</label>
</li>
<li class="quimble">
<input class="quimble" id="vote_option_id_19588" name="vote[option_id]" type="radio" value="19588" />
<label for="vote_option_id_19588" class="quimble">A downright obscure charcter from an obscure/unpopular anime is this year’s choice!</label>
</li>
<li class="quimble">
<input class="quimble" id="vote_option_id_19589" name="vote[option_id]" type="radio" value="19589" />
<label for="vote_option_id_19589" class="quimble">Crossplay all the way!</label>
</li>
<li class="quimble">
<input class="quimble" id="vote_option_id_19590" name="vote[option_id]" type="radio" value="19590" />
<label for="vote_option_id_19590" class="quimble">Perhaps something original this year…</label>
</li>
<li class="quimble">
<input class="quimble" id="vote_option_id_19591" name="vote[option_id]" type="radio" value="19591" />
<label for="vote_option_id_19591" class="quimble">I ‘ll be loli-ing it up at ACen! Lolis represent!</label>
</li>
<li class="quimble">
<input class="quimble" id="vote_option_id_19592" name="vote[option_id]" type="radio" value="19592" />
<label for="vote_option_id_19592" class="quimble">I’m doing J-rock cosplay.</label>
</li>
</ol>
<input type='submit' name='Vote!' value='Vote!' class="quimble_submit">
</form>
<a href="http://www.quimble.com" class="quimble">Powered by Quimble</a>
</div>
<script type='text/javascript' src='http://quimble.com/js/css/4983'></script>
#quimble_poll {
background-color:#fff;
padding:10px;
border: 1px dashed #bbb;
font-size:12px;
color:#000;
font-family:Lucida Grande;
}
#quimble_poll h1 {
color: #FE9C69;
}
ol.quimble {
list-style:none;
margin:0;
padding:0;
}
li.quimble {
padding-top:10px;
font-size:10px;
}
.quimble_submit {
background-color:#904A7B;
color:#FFF;
font-size:10px;
margin-top:10px;
}
a.quimble {
font-size:9px;
margin-top:5px;
}
Or anywhere else that won't let you use Javascript
And you're done.
Here's the catch:
Unlike the real way, your polls aren't automatically updated when you edit the poll (change the question or options)
If you make a change, you'll have to go through these steps again
HINT: You can also use this in your MySpace blog
You can see an example of it in action here: myspace.com/quimble
<form action="http://quimble.com/poll/vote/4983" method="post" target="_new"> <table border='0' cellspacing='10' cellpadding='0' style='font-size:10; color:#000000; font-family:Times;'> <tr> <td colspan='2' style='font-weight:bold;'>What's Your ACen Cosplay for 2007?</td> </tr> <tr> <td width='10'><input id="vote_option_id_19585" name="vote[option_id]" type="radio" value="19585" /></td> <td>I’m cosplaying as a well known character from a popular anime.</td> </tr> <tr> <td width='10'><input id="vote_option_id_19586" name="vote[option_id]" type="radio" value="19586" /></td> <td>I’ll be dressing as a little known character from a popular anime.</td> </tr> <tr> <td width='10'><input id="vote_option_id_19587" name="vote[option_id]" type="radio" value="19587" /></td> <td>This year it’ll be a character from a not so well known anime.</td> </tr> <tr> <td width='10'><input id="vote_option_id_19588" name="vote[option_id]" type="radio" value="19588" /></td> <td>A downright obscure charcter from an obscure/unpopular anime is this year’s choice!</td> </tr> <tr> <td width='10'><input id="vote_option_id_19589" name="vote[option_id]" type="radio" value="19589" /></td> <td>Crossplay all the way!</td> </tr> <tr> <td width='10'><input id="vote_option_id_19590" name="vote[option_id]" type="radio" value="19590" /></td> <td>Perhaps something original this year…</td> </tr> <tr> <td width='10'><input id="vote_option_id_19591" name="vote[option_id]" type="radio" value="19591" /></td> <td>I ‘ll be loli-ing it up at ACen! Lolis represent!</td> </tr> <tr> <td width='10'><input id="vote_option_id_19592" name="vote[option_id]" type="radio" value="19592" /></td> <td>I’m doing J-rock cosplay.</td> </tr> <tr> <td colspan='2'><input type='submit' name='Vote!' value='Vote!'></form></td> </tr> <tr> <td colspan='2' style='font-size:10px; '><a href='http://www.quimble.com'>Powered by Quimble</a> - Create and Share Polls </td> </tr> </table>
Great News! Quimble.com is now part of the Quibblo social quizzing and polling network. Quimble will continue to serve all of your polling needs, but you can now go to Quibblo.com for Flash-based quizzes, MySpace quizzes, and multi-question blog quizzes and surveys.
Note: You can find Quimble Creator Topper Bowers' Blog at blog.toppingdesign.com.