Forum Moderators: open
I'm trying to validate my pages that are using .NET2 MasterPages. the doctype is declared in the masterpage so when i view the code of individual page - the doctype is there:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">.
however, when i try to run a page through W3C validation, i get this message:
"No DOCTYPE found! Attempting validation with XHTML 1.0 Transitional."
Did anyone else run in to similar issue?
Thanks!