12-09-2000, 07:09 PM
If when viewing the poll, and the poll question is not aligned with the rest of the poll:
in the pollview template, look for:
<INPUT TYPE=hidden name=pollid VALUE=$pollid><INPUT TYPE=hidden name=threadid VALUE=$threadid>
<TR>
<TD COLSPAN="" BGCOLOR="{tableheadbgcolor}" ALIGN="CENTER"><largefont color="{tableheadtextcolor}" class=thtcolor><B>$question</B></largefont></TD>
</TR>
change the COLSPAN="" into COLSPAN="$colwidth"
in the install script, somehow the variable was not escaped.
in the pollview template, look for:
<INPUT TYPE=hidden name=pollid VALUE=$pollid><INPUT TYPE=hidden name=threadid VALUE=$threadid>
<TR>
<TD COLSPAN="" BGCOLOR="{tableheadbgcolor}" ALIGN="CENTER"><largefont color="{tableheadtextcolor}" class=thtcolor><B>$question</B></largefont></TD>
</TR>
change the COLSPAN="" into COLSPAN="$colwidth"
in the install script, somehow the variable was not escaped.