I know it is said that this cannot be edited but, i want to use this:
Response.Write " </td>" & vbNewLine & _
" </tr>" & vbNewLine & _
"</table>" & vbNewLine & _
"<table class=border width=""95%"" align=""center"" border=""0"" cellpadding=""0"" cellspacing=""0"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" </tr>" & vbNewLine & _
" </table>" & vbNewLine & _
" </td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" </table>" & vbNewLine & _
" <center>" & vbNewLine
Response.Write " <td align=""right""><font size=""" & strFooterFontSize & """>"
Response.Write " <HR>" & vbNewLine
'## START - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
Response.Write "<a href=""http://forum.snitz.com"" target=""_blank"" tabindex=""-1""><acronym title=""Powered By: " & strVersion & """>" & vbNewLine
Response.Write " <BR>" & vbNewLine
Response.Write getCurrentIcon("logo_powered_by.gif||","Powered By: " & strVersion,"")
%>
<BR>
<%
Response.Write "Powered By: Snitz Forums 2000"
%>
<BR>
<%
Response.Write "Version: 3.4.03"
Response.Write "</acronym></a></font></td>" & vbNewline
'## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
Response.Write " <BR>" & vbNewLine & _
" <td class=footer align=""left"" valign=""left"" nowrap><font size=""" & strFooterFontSize & """>" & strForumTitle & "</font></td>" & vbNewLine & _
" <BR>" & vbNewLine & _
" <td class=footer align=""right"" valign=""top"" nowrap><font size=""" & strFooterFontSize & """>© " & strCopyright & "</font></td>" & vbNewLine & _
" <BR>" & vbNewLine
if strShowTimer = "1" then
Response.Write " <td align=""center""><font size=""" & strFooterFontSize & """>" & chkString(replace(strTimerPhrase, "[TIMER]", abs(round(StopTimer(1), 2)), 1, -1, 1),"display") & "</font></td>" & vbNewLine
end if
Response.Write " <HR>" & vbNewLine
Response.Write " </center>" & vbNewLine & _
" </tr>" & vbNewLine & _
"</table>" & vbNewLine & _
"</font>" & vbNewLine & _
"</body>" & vbNewLine & _
"</html>" & vbNewLine
Can you try this and see if it is ok? I know it is edited but, it is edited in the only way i can think to do this.