This topic is locked

DTD Definition

12/13/2010 6:48:16 PM
PHPRunner General questions
R
R_Logan author

Hello,
My HTML will not display correctly in IE because it needs a DTD at the top of the file, which looks like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;

<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">;



However, even when I put this at the top of the header.php, it does not go at the top of the generated PHP file. Does anyone know a way around this besides manually inserting at the top of every generated php? Thanks.

Sergey Kornilov admin 12/14/2010

You can modify template HTML files adding required code at the top of each file. Template files can be found in C:\Program Files (x86)\PHPRunner5.3\templates \layouts\ directory.