Here is the first half of the code from my PHP file.
Code: Select all
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>PSG Stitchart Etc. LLC</title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css"href="./CSS/psglayout.css" />
<link rel="stylesheet" type="text/css"href="./CSS/psgpresent.css" />
</head>
<body>
<!-- Header -->
<?php include("./includes/header.php") ?>
<!-- end of header -->
<!-- left column -->
<?php include("./includes/lh-col.php") ?>
<!-- end of left column -->