Crack open inc_avatar.asp and find the following beginning on approximately line 57:Response.Write " <tr>" & vbNewLine & _
" <td align=""center"" bgcolor=""" & strCategoryCellColor & """ colspan=""2"">" & vbNewLine & _
" <b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """> Avatar Selection </font></b></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
and immediately before it add the following:if mlev <> 4 then
response.write " <input type=""hidden"" name=""Avatar_URL"" value=""noavatar.gif"" />
else
In the same file, find the following at the very and of the file, beginning approximately at line 146:Response.Write " </td>" & vbNewLine & _
" </tr>" & vbNewLine & _
"</table>"
Response.Write " </td></tr>" & vbNewLine
and on the next line add an end if.