Me estoy haciendo un lio impresionante, y no consigo que funcione ni a la de 3.
Para las encuetas tengo estos 3 codigos:
Código:
<table width="$pollvars[table_width]" border="0" cellspacing="0" cellpadding="1" bgcolor="$pollvars[bgcolor_fr]">
<tr align="center">
<td><style type="text/css">
<!--
.input { font-family: $pollvars[font_face]; font-size: 8pt}
.links { font-family: $pollvars[font_face]; font-size: 7.5pt; <!--color: $pollvars[font_color]-->color="#FF6E11"}
-->
</style><!--<font face="$pollvars[font_face]" size="-1" color="#FFCC00"><b>$pollvars[title]</b></font>--></td>
</tr>
<tr align="center">
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" align="center" bgcolor="$pollvars[bgcolor_tab]">
<tr>
<td height="40" valign="middle"><center><font face="$pollvars[font_face]" color="#FF6E11" size="1"><b>$question</b></font></center></td>
</tr>
<tr align="right" valign="top">
<td>
<form method="post" action="$this->form_forward">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" >
<tr valign="top" align="center">
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="1" align="center">
Código:
<tr>
<td width="15%"><input type="radio" name="option_id" value="$key"></td>
<td width="85%"><font face="$pollvars[font_face]" size="1" color="black">$key</font></td>
</tr>
Código:
</table><br><br>
<input type="hidden" name="action" value="vote">
<input type="hidden" name="poll_ident" value="$poll_id">
<input type="submit" value="$pollvars[vote_button]" class="input">
<br>
<br>
<font face="$pollvars[font_face]" color="black" size="1"><a href="$this->form_forward?action=results&poll_ident=$poll_id">$pollvars[result_text]</a>
</font>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
Creo que solo es necesario modificar el codigo 1, pero no se donde exactamente; porque he probado en varios sitios pero no lo consigo ni a la de 3.
¿Te importaria ayudarme?
Muchas gracias