Please take a look at the file
{modules}\dirlist\htt\frontend.htt
and adapt it like as you need:
<div class="dirlist">
<h1>{header}</h1>
<div class="prefix">{prefix}</div>
<div class="directory">
<table width="100%">
<colgroup>
<col width="60%">
<col width="15%">
<col width="25%">
</colgroup>
<tr>
[...]
</tr>
{directory}
</table>
</div>
<div class="suffix">{suffix}</div>
</div>
Regards
Ralf