hi i am getting the following error even if i just work with the basic html and try to use it as a presentation template:
Error in presentation template:/default/main/pge/WORKAREA/daniel/templatedata/generic/double_doc_type_columns/presentation/tpl_12.tpl
Please help asap
Here's the html of the PT:
<html>
<head>
</head>
<div id="container">
<div id="content">
<h1>Page Title</h1>
<p class="intro">Lorem ipsum dolore sit amet.
Lorem ipsum dolore sit amet.
Lorem ipsum dolore sit amet.
Lorem ipsum dolore sit amet.
</p>
<p>Having problems viewing or downloading the files?
Need to download a document viewer?
<a href="/site_help/">Get help</a> on accessing these documents.
</p>
<table cellspacing="0">
<colgroup class="lft"></colgroup>
<colgroup span="2" class="ctr"></colgroup>
<thead>
<tr>
<th class="lft">Document Title</th>
<th><img src="/images/icon_pdf.gif" width="16" height="16" alt="PDF file icon" border="0" />PDF</th>
<th><img src="/images/icon_word.gif" width="16" height="16" alt="Word file icon" border="0" />Word</th>
</tr>
</thead>
<tbody>
<tr>
<td>Counties Served</td>
<td><a href="#">62 KB</a></td>
<td><a href="#">77 KB</a></td>
</tr>
<tr>
<td>Master-Metered Multifamily Service</td>
<td><a href="#">23 KB</a></td>
<td> </td>
</tr>
<tr>
<td>Residential Service</td>
<td><a href="#">55 KB</a></td>
<td><a href="#">100 KB</a></td>
</tr>
<tr>
<td>Multifamily Service</td>
<td> </td>
<td><a href="#">89 KB</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>
Edited by abshah on 10/21/03 04:25 PM (server time).