View Full Version : Setting up a Poll
getchagame
11-04-2008, 06:17 PM
I was looking at a different post about setting up polls and decided i should you web softwares because making one from hand seemed like alot of work
So i did. but now i can't figure out how to move the dumb poll box. look at http://www.getchagame.com
What do i have to do to move it.
If anyone has any better solutions when it comes to adding polls, maybe a different software or anything, i'd love it.
thanks
pghcollectibles
11-05-2008, 07:46 AM
make a div around the <object> and give it the proper numbers (this is one above it)
<div Id="html0" name="html0" style="position:absolute;left:38;top:30;width:11;height:0 ;z-index:4007;margin:1px">
it needs to be edited. or add the style attributes to the obect itself, but your theme uses divisions so the object should be in one too id say.
getchagame
11-05-2008, 02:07 PM
Thank's that worked.
does anyone have a better program than the one i'm using now. or a step by step tutorial for making a poll?
the poll i'm using now has that advertisement and all results are sent to the website, not me.
http://www.getchagame.com
pghcollectibles
11-05-2008, 04:28 PM
left:980 throws it to the right a bit on my screen (1024x768 resolution) i dont have a wide screen here at work. personally i dont like using absolute possitioning.
i was just mentioning this as an example:
<div Id="html0" name="html0"
it should not be named the same as another in case you want to do actions based on element names or ids
even just:
<div Id="html1" name="html1"
style tags usually go within the head tags. it doesnt look like you ended your </body> or </html>
polls come in different shapes and flavors. you can store info into a database, start here (http://www.w3schools.com/php/php_mysql_intro.asp) to find out how, or into a flat file source (why bother)
you will display the info from the database in various ways depending on who gets to see the info (blind voting?)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.