Author Topic: "hot or not" form rating type  (Read 3702 times)

0 Members and 1 Guest are viewing this topic.

Offline irocracer

  • Newbie
  • *
  • Posts: 25
    • View Profile
"hot or not" form rating type
« on: December 10, 2002, 02:56:41 AM »
i'm trying to get the rating form to look like " hot or not "

the code i'm using is not rating.... maybe someone can help me

Quote
<TABLE height="47" cellSpacing=4 border=0>
<TBODY>
<TR vAlign=top>
<TD align=middle height="4">
<TABLE cellSpacing=0 cellPadding=0 border=0 height="1">
<TBODY>
<TR>
<TD align=middle height="70">
<P>
<FORM action={self} method=post target=_top>
<TABLE borderColor=#000000 cellSpacing=0 cellPadding=0 width=331>
<TBODY>
<TR vAlign=center>
<TD align=middle width="462">
<TABLE borderColor=#000000 cellSpacing=0 cellPadding=1 width="100%"
bgColor=#ffcc33 border=1>
<TBODY>
<TR vAlign=center>
<TD align=middle>
<TABLE width=254 border=0>
<TBODY>
<TR>
<TD align=middle colSpan=3 width="418"><font size="2"><b>Rate Me</b></font></TD></TR>
<TR>
<TD width="62"></TD>
<TD align=middle width="319">
<TABLE cellSpacing=0 cellPadding=0 width=147>
<TBODY>
<TR>
<TD width="70"><INPUT onclick=submit() type=radio value=1 name=1><FONT
size=1>1</FONT></TD>
<TD width="70"><INPUT onclick=submit() type=radio value=2 name=2><FONT
size=1>2</FONT></TD>
<TD width="70"><INPUT onclick=submit() type=radio value=3 name=3><FONT
size=1>3</FONT></TD>
<TD width="70"><INPUT onclick=submit() type=radio value=4 name=4><FONT
size=1>4</FONT></TD>
<TD width="25"><INPUT onclick=submit() type=radio value=5 name=5><FONT
size=1>5</FONT></TD>
</TR></TBODY></TABLE></TD>
<TD width="29"></TD></TR>
<TR>
<TD width="62"><FONT color=#006699 size=2><B>NOT</B></FONT></TD>
<TD align=middle width="319">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR height=5>

<TD bgColor=#f00000></TD></TR></TBODY></TABLE></TD>
<TD width="29"><FONT color=#cc3300 size=2><B>HOT</B></FONT></TD></TR>
</TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
  <input type="hidden" name="action" value="rateimage">
  <input type="hidden" name="id" value="{image_id}"></FORM></P></TD></TR>
<TR>
<TD align=middle height="1">
<TABLE>
<TBODY>
<TR>
<TD></TD></TR></TBODY></TABLE> </TD></TR>
</TBODY></TABLE></TD></TR></TBODY></TABLE>
[/code]