Posts: 758
Location: between here an somewhere else
|
I belive the code that you are looking for to remove is between lines 228 and 266
This is the code
Code:
<td height="2">
<input type="radio" name="radiobutton" value="radiobutton">
</td>
<td height="2"><font size="1">Option 1</font></td>
</tr>
<tr>
<td>
<input type="radio" name="radiobutton" value="radiobutton">
</td>
<td><font size="1">Option 2</font></td>
</tr>
<tr>
<td>
<input type="radio" name="radiobutton" value="radiobutton">
</td>
<td><font size="1">Option 3</font></td>
</tr>
<tr>
<td>
<input type="radio" name="radiobutton" value="radiobutton">
</td>
<td><font size="1">Option 4</font></td>
</tr>
<tr>
<td>
<input type="radio" name="radiobutton" value="radiobutton">
</td>
<td><font size="1">Option "Am I hot or not? =]"</font></td>
</tr>
</table>
<br>
<input type=submit class=submit name=btnG2 value="Vote!" target=_blank>
Removing that code would remove the poll under the "Mission Statement" in its place you can just code in the text you want
hope this helps
|