jct6808
10-21-2004, 08:33 PM
Ok on my site the poll does not fit in the conent can you please help me ?
can you change the code to make it fit better???
Pleasee?, thank you~
http://www.maybe-later.org
<!-- // Begin Snappoll.com Poll Code // -->
<LINK href="http://www.snappoll.com/main.css" type=text/css rel=stylesheet><TABLE cellSpacing=0 cellPadding=1 width=100 bgColor=#000000 border=0><TR><TD> <TABLE class=pollcontent cellSpacing=0 cellPadding=5 width=180 border=0> <FORM name=custompoll action=http://www.snappoll.com/act_vote.php method=post target=_blank> <INPUT type=hidden value=5093 name=poll_id> <TR bgColor=#FFFFFF><TD><DIV align=center> <FONT color=#000000> <B>Maybe-later Poll</B><BR>What is your favorite move that is out in theaters?</FONT></DIV> <TR bgColor=#FFFFFF> <TD><FONT color="#000000"> <INPUT type=radio CHECKED value=1 name=chosenanswer> Cellular<BR><INPUT type=radio value=2 name=chosenanswer> The Forgotten<BR><INPUT type=radio value=3 name=chosenanswer> Hero<BR><INPUT type=radio value=4 name=chosenanswer> Ladder 49<BR><INPUT type=radio value=5 name=chosenanswer> Raise Your Voice<BR><INPUT type=radio value=6 name=chosenanswer> Shall We Dance?<BR><INPUT type=radio value=7 name=chosenanswer> Shark Tale<BR><INPUT type=radio value=8 name=chosenanswer> Sky Captain and the World of Tomorrow<BR><INPUT type=radio value=9 name=chosenanswer> Taxi<BR><INPUT type=radio value=10 name=chosenanswer> Team America: World Police<BR><INPUT type=radio value=11 name=chosenanswer> Wimbledon<BR> </FONT> <TR bgColor=#FFFFFF> <TD> <DIV align=center> <INPUT class=actionbutton id=Vote type=submit value="Vote!" name=Vote><BR> <A class=indipolllink href="http://www.snappoll.com/view_results.php?poll_id=5093" target=_blank ><FONT color="#000000">view results</FONT></A> </DIV> <TR bgColor=#FFFFFF> <TD> <DIV align=center> <A class=poweredlink href="http://www.snappoll.com/" target=_blank><FONT color=#000000>Create your own free website poll</FONT></A> </DIV> </td> </FORM> </TABLE></TABLE><!-- // End Snappoll.com Poll Code // -->
MaGiCSuN
10-21-2004, 08:40 PM
did you made the code yourself or did the service gave this to you? it's pretty bad coding...
<TABLE cellSpacing=0 cellPadding=1 width=100 bgColor=#000000 border=0><TR><TD> <TABLE class=pollcontent cellSpacing=0 cellPadding=5 width=180 border=0>
first table says width=100 second one says width=180
that's something that is wrong allready, second table cannot be larger then first table. :)
<TABLE class=pollcontent cellSpacing=0 cellPadding=5 width=180 border=0> <FORM name=custompoll action=http://www.snappoll.com/act_vote.php method=post target=_blank> <INPUT type=hidden value=5093 name=poll_id> <TR bgColor=#FFFFFF><TD>
<form> and <input> are between <table> and <tr> tag. Wich must never happen! everything as in content should be after the <td> tag, because that's where the cell starts. Or in this case before the <table> tag, since you have another table around it.
<TR bgColor=#FFFFFF><TD><DIV align=center> <FONT color=#000000> <B>Maybe-later Poll</B><BR>What is your favorite move that is out in theaters?</FONT></DIV> <TR bgColor=#FFFFFF> <TD><FONT color="#000000"> <INPUT type=radio CHECKED value=1 name=chosenanswer> Cellular<BR>
you are starting new cells but never closes them. before you start a <tr> tag you should have </td></tr> to close the cell before it
Love,
Mirna
Chris
10-21-2004, 08:42 PM
I can't help, but it might make it a bit easier to others if they can read the code better. I have cleaned it up a bit so that it is easier to interpret.
<!-- // Begin Snappoll.com Poll Code // -->
<LINK href="http://www.snappoll.com/main.css" type=text/css rel=stylesheet>
<TABLE cellSpacing=0 cellPadding=1 width=70 bgColor=#000000 border=0>
<TR>
<TD>
<TABLE class=pollcontent cellSpacing=0 cellPadding=5 width=180 border=0>
<FORM name=custompoll action=http://www.snappoll.com/act_vote.php method=post target=_blank>
<INPUT type=hidden value=5093 name=poll_id>
<TR bgColor=#FFFFFF>
<TD>
<DIV align=center>
<FONT color=#000000 size=1>
<B>Maybe-later Poll</B><BR>
What is your favorite move that is out in theaters?
</FONT>
</DIV>
<TR bgColor=#FFFFFF>
<TD>
<FONT color="#000000" size=1>
<INPUT type=radio CHECKED value=1 name=chosenanswer>Cellular<BR>
<INPUT type=radio value=2 name=chosenanswer>The Forgotten<BR>
<INPUT type=radio value=3 name=chosenanswer> Hero<BR>
<INPUT type=radio value=4 name=chosenanswer> Ladder 49<BR>
<INPUT type=radio value=5 name=chosenanswer> Raise Your Voice<BR>
<INPUT type=radio value=6 name=chosenanswer> Shall We Dance?<BR>
<INPUT type=radio value=7 name=chosenanswer> Shark Tale<BR>
<INPUT type=radio value=8 name=chosenanswer> Sky Captain and the World of Tomorrow<BR>
<INPUT type=radio value=9 name=chosenanswer> Taxi<BR>
<INPUT type=radio value=10 name=chosenanswer> Team America: World Police<BR>
<INPUT type=radio value=11 name=chosenanswer> Wimbledon<BR>
</FONT>
<TR bgColor=#FFFFFF>
<TD>
<DIV align=center>
<INPUT class=actionbutton id=Vote type=submit value="Vote!" name=Vote><BR>
<A class=indipolllink href="http://www.snappoll.com/view_results.php?poll_id= 5093" target=_blank >
<FONT color="#000000" size=1>view results</FONT>
</A> </DIV> <TR bgColor=#FFFFFF>
<TD>
<DIV align=center>
<A class=poweredlink href="http://www.snappoll.com/" target=_blank>
<FONT color=#000000 size=1>Create your own free website poll</FONT>
</A>
</DIV>
</td>
</FORM>
</TABLE>
</TABLE>
<!-- // End Snappoll.com Poll Code // -->
Chris
MaGiCSuN
10-21-2004, 08:48 PM
www.pollhost.com
go with them, really (if it has to be remotly hosted)
that's the most awfull coding i have ever seen! :)
love,
mirna
jct6808
10-21-2004, 09:08 PM
ok here is the new code from pollhost
can you change it to make it fit more in the content?
http://www.maybe-later.org
<!-- // Begin Pollhost.com Poll Code // -->
<form method=post action=http://poll.pollhost.com/vote.cgi>
<table border=0 width=150 bgcolor=#FFFFFF cellspacing=0 cellpadding=2>
<tr><td colspan=2><font face="Arial" size=-1 color="#000000"><b>What is your favorite movie that is out in theaters? </b></td></tr>
<tr><td width=5><input type=radio name=answer value=1></td><td><font face="Arial" size=-1 color="#000000">Cellular</td></tr>
<tr><td width=5><input type=radio name=answer value=2></td><td><font face="Arial" size=-1 color="#000000">The Forgotten </td></tr>
<tr><td width=5><input type=radio name=answer value=3></td><td><font face="Arial" size=-1 color="#000000">Hero</td></tr>
<tr><td width=5><input type=radio name=answer value=4></td><td><font face="Arial" size=-1 color="#000000">Ladder 49</td></tr>
<tr><td width=5><input type=radio name=answer value=5></td><td><font face="Arial" size=-1 color="#000000">Raise Your Voice</td></tr>
<tr><td width=5><input type=radio name=answer value=6></td><td><font face="Arial" size=-1 color="#000000">Shall We Dance? </td></tr>
<tr><td width=5><input type=radio name=answer value=7></td><td><font face="Arial" size=-1 color="#000000">Shark Tale</td></tr>
<tr><td width=5><input type=radio name=answer value=8></td><td><font face="Arial" size=-1 color="#000000">Sky Captain and the World of Tomorrow</td></tr>
<tr><td width=5><input type=radio name=answer value=9></td><td><font face="Arial" size=-1 color="#000000">Taxi </td></tr>
<tr><td width=5><input type=radio name=answer value=10></td><td><font face="Arial" size=-1 color="#000000">Team America: World Police</td></tr>
<tr><td colspan=2>
<input type=hidden name=config value="amN0NjgwOAkxMDk4MzkyNjA0CUZGRkZGRgkwMDAwMDAJQXJpYW wJUmVk">
<center><input type=submit value=Vote> <input type=submit name=view value=View>
</center>
</td></tr>
<tr><td bgcolor=#FFFFFF colspan=2 align=right><font face="Arial" size=-2 color="#000000"><a href=http://www.pollhost.com/><font color=#000099>Free polls from Pollhost.com</font></a></td></tr>
</table></form>
<!-- // End Pollhost.com Poll Code // -->
MaGiCSuN
10-21-2004, 09:40 PM
you can use some css to style it
input { all things here }
for the fields
maybe some body { all things here } to style all the text on the page :)
td, tr, table { font-size: 8pt; color: #000000; font-family: verdana; }
to style the text inside the table from the poll
see http://www.lissaexplains.com/css.shtml
for more css coding :)
Love,
Mirna
jct6808
10-21-2004, 09:53 PM
i reallt dont know alot abour coding thats why i was asking somone to do it for me
can anyone
please ?
nvm i did it
but i wanna match the backround to it?
jct6808
10-21-2004, 09:56 PM
nvm i did it
but i wanna match the backround to it?
kittycat
10-22-2004, 01:44 AM
In the opening table tag for the poll, it has this:
bgcolor=#FFFFFF
Change the colour to something else.