| Pages: [1] |
|
|
Author |
Topic: [SOLVED] Disabling code adding (Read 1055 times) |
|
mme
Posts: 2
|
Hi
I am using a .html page that will be used by php include. So it doesnt need <html> tags and such however the editor keeps adding in:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Untitled document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
Is there anyway to leave it out?
Thanks
SOLVED
|
|
|
|
|
admin
Forum Administrator

Posts: 2686
SnippetMaster Author
|
|
|
|
|
|
|
mme
Posts: 2
|
OK Thanks
SOLVED
|
|
|
|
|
|
|
Pages: [1]
|
|
|
|