I do not profess to be good with HTML but thought I would share another simple table. Feel free to take and edit (and repost). I've used pertenages for the tabel rather than fixing it, so hopefully it works for everyone. I'm sure we can come up with a few collective works:
<title>Table List - No Plot</title>
<<MC HTML Page>>
<<header>>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<h1 align="center"><font size="6"><b>XBMC Media Companion</b></font></h1>
<h2 align="center"><font size="5"><b>HTML Output</b></font></h2>
<h3 align="center"><<moviecount>> movies</h3>
<p align="center"> </p>
<table width="100%" border="0">
<tr>
<td width="50%"><b>Titles</b></td>
<td width="10%"><b>Year</b></td>
<td width="10%"><b>Rating</b></td>
<td width="30%"><b>Runtime</b></td>
</tr>
</table>
<</header>>
<<body>>
<table width="100%" border="2">
<tr>
<td width="50%"> <p align="left"><b><a href="<<imdb_url>>"><<title>></a></b></p></td>
<td width="10%"> <<movieyear>></td>
<td width="10%"> <<rating>></td>
<td width="30%"> <<runtime>></td>
</tr>
</table>
<</body>>
<<footer>><</footer>>
<</MC HTML Page>>
Edit: added missing > on end