the errors in red:
<td bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#F9F9F9';
this.style.cursor='hand';"
onMouseOut="this.style.backgroundColor='#FFFFFF';"
onClick="window.location.href='showgroups.php?s=$s ession[sessionhash]'"><form><td bgcolor="#FFFFFF" valign="middle" align="right" nowrap>
<IMG align="absmiddle" SRC="images/team.gif">
<SELECT NAME="newLoc" onChange="jumpPage(this.form.newLoc)" style="font-size: 7pt; background-color: #dfdfdf; font-family: Arial, Tahoma;" maxlength="20">
<OPTION VALUE="#">moderators</OPTION>
<OPTION VALUE="#">---------------------</OPTION>
$forum[moderators]</select></td></form>
you started a new <td>, i combined the two in the block and it fixed it.
|