Too many Doctype
Hi,
My .CFM template has its doctype set as follow:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
However, when I check the source code generated by the CF server (on bothe V7 and V8 Standard), additional Doctype statements get written above the one I wrote (and want) as follow:
As a result, some of the CSS functions referred to in my CF file are not working as they should (or should I say not at all) as they require my original Doctype statement to work..
