I'm lost
Here is what my inc_header.aso line 253 looks like:
rs.close
set rs = nothing
end if
Response.Write "<html>" & vbNewline & vbNewline & _
"<head>" & vbNewline & _
"<title>" & GetNewTitle(strScriptName) & "</title>" & vbNewline
Response.Write "<link href=""favicon.ico"" rel=""icon"" type=""image/ico"" />"
'## START - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
Response.Write "<meta name=""copyright"" content=""This Forum code is Copyright (C) 2000-05 Michael Anderson, Pierre Gorissen, Huw Reddick and Richard Kinser, Non-Forum Related code is Copyright (C) " & strCopyright & """>" & vbNewline
'## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
I added the part in red but still no favicon.
Any ideas
Never mind. In another thread I found similar instructions (written by AnonJr) but it said to put it here:
"-->" & vbNewLine & _
"</style>" & vbNewLine & _
"<link rel=""shortcut icon"" href=""favicon.ico"">" & vbNewLine & _
"</head>" & vbNewLine & _