1. RoBi
  2. Commercial Templates
  3. Wednesday, 15 January 2014
  4.  Subscribe via email
Why is my template still always in:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

and not in <!DOCTYPE HTML>
is it depending from php version?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

There is no reason why you can't change to the <!DOCTYPE HTML> doctype. To do so open your templates index.php (../templates/[YourTemplate/index.php and change the following...


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


to...


<!DOCTYPE html>


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!