Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

DOCTYPE BUG FIX!

$
0
0
If you see
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
in your source with red color. its a problem.

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!

Viewing all articles
Browse latest Browse all 690

Trending Articles