Elxis CMS Forum

Support => General => Topic started by: xmanhattan on March 10, 2009, 12:53:29

Title: wrapper pages
Post by: xmanhattan on March 10, 2009, 12:53:29
Hello all,

After some thought, I would like to ask some additional information about the wrapper pages.

If I have produced some code using php with normal html dtd coding combined, should I include that when linking it as a wrapper page or should the begining and ending html coding such as
Code: [Select]
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
</body>
</html>
tags be removed from the page.php?

I believe that this maybe the reason as to why I having problems with the php and right column that I am working on.

If it should be removed, then does then the additional css coding should be placed into template_css.css?