Poll

Reesey

New Member
Messages
101
Reaction score
0
Points
0
Hey guys. i am looking to put a poll on my site (on the top right) on www.orderofthelight.x10hosting.com
i have found a poll script but it is taken from www.wowscape.net on the right, i have tried to edit this sccipt to suit the way its layed out and the text set but stays the same. (poll on my site is at current at bottom)
if anyone knows what i need to change from the following text or where i can put a poll with ease on my site would be great help. the scipt is......

</div>
<div class="sd_left_top">Poll</div>
<div class="sd_left_mid" style="padding:4px;">
<div style="background-color:#2C6E8C; border: 2px solid #0F252F; padding:4px; text-align:center;">
<B>When will this work? (Poll)</B>
</div><div style="background-color:#224954; padding-top:5px; padding-bottom:5px; border: 2px solid #0F252F; border-top:0px;" id="poll_section"><form name="pollSec"><input type="hidden" name="aid"><input type="hidden" name="qid"></form><div><input type="radio" name="poll" value="234" onClick="setAnswer('72','234');" />Yes</div><div style="height:2px;"></div>
<div><input type="radio" name="poll" value="235" onClick="setAnswer('72','235');" />No</div><div style="height:2px;"></div>
<div style="height:10px;"></div><div align="center"><input type="button" name="Submit" value="Submit" onClick="postAnswer();"></div></div> </div>
Edit:
Edit: i have sorted the text. but the submit wont work, and also i want the poll in a box (with the same colours) like on the homepage
 
Last edited:

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
Here try this code if you need help changing the location let me know.

Code:
[B]<table width="150" height="200" align="right">[/B][B]<td>[/B]
    [B]<div class="sd_left_top">[/B]Poll[B]</div>[/B]

    [B]<div class="sd_left_mid" style="padding:4px;">[/B]

     [B]<div style="background-color:#FFFFFF; border: 2px solid #000000; padding:4px; text-align:center;">[/B]

      [B]<B>[/B]When will [I]this[/I] work? (Poll)[B]</B>[/B]

[B]</div>[/B][B]<div style="background-color:#FFFFFF; padding-top:5px;
padding-bottom:5px; border: 2px solid #000000; border-top:0px;"
id="poll_section">[/B][B][U]<form name="pollSec">[/U][/B][B][U]<input type="hidden"
name="aid">[/U][/B][B][U]<input type="hidden"
name="qid">[/U][/B][B][U]</form>[/U][/B][B]<div>[/B][B][U]<input type="radio" name="poll" value="234" onClick="setAnswer('72','234');" />[/U][/B]Yes[B]</div>[/B][B]<div style="height:2px;">[/B][B]</div>[/B]

[B]<div>[/B][B][U]<input type="radio" name="poll" value="235"
onClick="setAnswer('72','235');" />[/U][/B]No[B]</div>[/B][B]<div
style="height:2px;">[/B][B]</div>[/B]

[B]<div style="height:10px;">[/B][B]</div>[/B][B]<div
align="center">[/B][B][U]<input type="button" name="Submit" value="Submit"
onClick="postAnswer();">[/U][/B][B]</div>[/B][B]</td>[/B][B]</table>
[/B]
Edit:
I put it in a table. Although tables are not the way to go i think it would be the easiest way for you. Since you used a template that contains tables i figured you would have room to place that table where ya wanted to. If you have a table that is free i suggest you just placing the code in(minus the <table> and <td> tags) a table to already have. what this does is it won't allow it to stretch accross the screen like it does on your site now.

If you need any further assistance please feel free to pm me.
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Moved to site management.
 
Top