If you see
in your source with red color. its a problem.
Because we dont need public ... You can use just
Just this!
Admincp » Home » Template Sets » Default Templates » Ungrouped Templates » htmldoctype
and change to this code
Finish!
If you think its spurious you can see google.com , alexa.com , yahoo.com , facebook,com and ... source codes!
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">Because we dont need public ... You can use just
Code:
<!DOCTYPE html>Just this!
Admincp » Home » Template Sets » Default Templates » Ungrouped Templates » htmldoctype
and change to this code
Code:
<!DOCTYPE html>Finish!
If you think its spurious you can see google.com , alexa.com , yahoo.com , facebook,com and ... source codes!