DOCTYPE getting changed?

kenshn111

New Member
Messages
4
Reaction score
0
Points
0
For example:
if I declare
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
in test.php

when I view it in the site it turns into this:
HTML:
<html xmlns="http://www.w3.org/1999/xhtml">

Which bugs the design that I've made. o_O is there any way to prevent this from happening?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Got URL?

Is this a PHP page or straight HTML?

Actually, it shouldn't be happening.
 

kenshn111

New Member
Messages
4
Reaction score
0
Points
0
www.inertiaro.x10.bz

The doctype just won't appear and then changes the <html> into
HTML:
<html xmlns="http://www.w3.org/1999/xhtml">
.


I really don't know why lolololol

---------- Post added at 05:40 AM ---------- Previous post was at 04:29 AM ----------

It's a PHP page, sorry for double posting. The edit button wasn't working.

---------- Post added at 06:45 AM ---------- Previous post was at 05:40 AM ----------

Please close the thread now, we kinda fixed the problem xD.
 
Top