I'm producing an HTML report from a query using:
set markup html on table "WIDTH='100%' BORDER='1' cellpadding='2px' cellspacing='0px'";
Is there a way of including a doctype declaration such as:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
I've searched but I can't see an obvious way of doing this.
UPDATE: Simply adding a prompt with a doctype produces the following (which produces another validation error!):
<html> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <style type="text/css">pre{background-color:white;font-family:"Courier New";font-size:16;color:black;}</style> </head> <body> <pre> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">