You need to sign in to do that
Don't have an account?
BPeddle
XHTML Valid for Sites
I figured out how to remove the doctype so I could use
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
however Salesforce adds inwhich is not valid markup. HTTP-EQUIV and CONTENT need to be lowercase.
<meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" />
Is there anyway to override this stuff in sites? Not being allowed to control doctypes etc is probalematic when it comes to design.
I do not know the answer to your question, but can I ask how you managed to change the doctype because I too would like to use XHTML 1.0 Transitional.
Thanks in advance.