Community Central
Community Central

I have a question: Everytime I vote in a poll, my vote won't get counted. Why is that? Why is my vote not being counted and other users are?? Squallinoa 08 05:44, 2 December 2008 (UTC)

I'm having the same problem, as are all users on my wiki. Is there discussion of this issue somewhere? --mnenyver 19:56, 4 December 2008 (UTC)

Changing the width of your polls

Polls are 40em wide by default. Wiki admins can make the poll widths changeable by adding

div.ajax-poll { width:auto !important ; }

to MediaWiki:common.css on your wiki. This will make all polls on your wiki be as wide as the "box" they're in, i.e. they'll usually expand to be as wide as the article body. You can now set its width by wrapping it in a div with a set width, or a table cell, or in any other layout box. Example:

<div style="width:250px;">
<poll>
How wide is this poll?
Wide
Not so wide
</poll>
</div>

--◄mendel► 17:53, 14 January 2009 (UTC)

Thanks :) Added! Kirkburn (talk) 17:56, 14 January 2009 (UTC)