Change Page Doctype
-
Hi, I am developing an app using C#, asp.net and vs2008, i want to replace the current doctype
[!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" ]
with a different version
[!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"]
when specific pages are displayed, so im just wondering if this is possible and if so what i need to be searching for? Thanks in advance Tim
-
Hi, I am developing an app using C#, asp.net and vs2008, i want to replace the current doctype
[!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" ]
with a different version
[!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"]
when specific pages are displayed, so im just wondering if this is possible and if so what i need to be searching for? Thanks in advance Tim
-
You want to change this at runtime? Maybe a placeholder or a literal maybe?
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)