Hey,
I got this pattemplate, and it's just not working. It gives this error:
Error in template 'layout.tmpl': closing </tmpl> does not match opened <link> in line 61
But I don't see what's wrong with it. You don't have to close the pat:link do you?
Here's the code:
<patTemplate:tmpl name="layout">
<html>
<head>
<title>Game TriX // The Ultimate Gaming Resource // </title>
</head>
<link rel="stylesheet" href="" type="text/css">
<body bgcolor="#000000" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="">
<table width="780" border="0" cellspacing="0" cellpadding="0" align="center" height="100%">
<tr>
<td width="15" class="linkerzijkant"> </td>
<td width="750">
<table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign=top class="logobackground" height="124"> </td>
</tr>
</table>
<table width="750" border="0" cellspacing="0" cellpadding="0" class="gametrix" height=100%>
<tr>
<td>
<table width="125" cellspacing="0" cellpadding="0" align="left" height=100%>
<tr>
<td class="tubebackground"><patTemplate:link src="header"/></td>
</tr>
</table>
<table width="475" cellspacing="0" cellpadding="0" align="left" height="100%">
<tr>
<td class="tuberight"><patTemplate:link src="center"/></td>
</tr>
</table>
<table width="150" cellspacing="0" cellpadding="0" align="left" height="100%">
<tr>
<td><patTemplate:link src="footer"/></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="15" class="rechterzijkant"> </td>
</tr>
</table>
<table width="780" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="15" class="linkerzijkant"> </td>
<td width="750" class="bottom">
<div align=center> Copyright © 2001-2002 Game-TriX.com [<a href="http://www.game-trix.com/info.php?show=about">About
Us</a>] [<a href="http://www.game-trix.com/info.php?show=legal">Legal
Notice</a>] [<a href="http://www.game-trix.com/info.php?show=crew">Crew</a>]
[<a href="http://www.game-trix.com/info.php?show=contact">Contact</a>]
[<a href="http://www.game-trix.com/info.php?show=advertising">Advertising</a>]<br>
[ <a href="http://www.mm-ultradev.com" target="_blank">Proudly Hosted
By M M-Ultradev Hosting</a> ]<br>
<br>
</div>
</td>
<td width="15" class="rechterzijkant"> </td>
</tr>
</table>
</body>
</html>
</patTemplate:tmpl>