Jeg har prøvet at kigge som en sindsyg og kan ikke finde en skid.
template.html
<code>
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="#internalStyle" type="text/css"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html>
<head>
<title>Base template, header, menu, content and footer.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<style type="text/css" id="internalStyle">
/*<![CDATA[*/
BODY { margin: 0 0 0 0; background-color: white; }
/*]]>*/
</style>
<link href="res/stylesheet.css" rel="stylesheet" type="text/css" />
<link href="res/menustyle.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- White cell 1px wide between image and menu -->
<table>
<tr>
<td style="height:1px;padding:0;background-color:#FFFFF">
</td>
</tr>
<table>
<table id="outermost" cellspacing="0" align="center" height="582">
<!-- Header image row: -->
<tr>
<td id="header_1" align="right" valign="bottom" height="78">
</td>
</tr>
<!-- White cell 1px wide between image and menu -->
<!--
<tr>
<td style="height:1px;padding:0;background-color:#FFFFF">
</td>
</tr>
-->
<!-- Menu Row: -->
<tr>
<td id="menu_1" height="1">
</td>
</tr>
<!-- While cell after menu with a blue bottom border of 1px -->
<!--
<tr> <td style="height:1px;padding:0px;font-size:1px;border-bottom:1px solid #00B4D1;"> </td>
</tr>
-->
<!-- Page Content Area table cell: -->
<tr>
<td id="contentTable" height="480"><div id="contentDiv"> </div>
</td>
</tr>
<!-- Footer row: -->
<tr>
<td id="footer" height="18">
<p>©2005 Integration X<b> · </b><a href="mailto:sales@integration-x.com">sales@integration-x.com</a></p>
</td>
</tr>
</table>
</body>
</html>
</code>
template_defContent.html
<code>
<!-- ###DOCUMENT_CONTENT### -->
<table>
<tr>
<td style="text-align:justify;" id="contentCenter" width="650" valign="top">
<!-- ###CONTENT_CENTER### --> <!-- ###CONTENT_CENTER### --></td>
<td id="contentRight" width="300" valign="top">
<!-- ###CONTENT_RIGHT### -->
Content Left
<!-- ###CONTENT_RIGHT### -->
</td>
</tr>
</table>
<!-- ###DOCUMENT_CONTENT### -->
</code>