Muchas gracias !

Saludos !

Código: Seleccionar todo
<html><head>
<style TYPE="text/css">
text,body,p,div,span,th,td,ul,li { FONT-SIZE: 8pt; FONT-FAMILY: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif; color: black; background: white; }
HR { color: black; }
A:link { COLOR: #003399; background: white; }
A:visited { COLOR: #003399; background: white; }
A:hover { COLOR: #CC0000; background: white; }
A:active { COLOR: #CC0000; background: white; }
td.blk { color: white; background: black; border: solid; border-color: black; }
table.blk { color: white; background: black; border: solid; border-color: black; border-width: thin; }
table.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
td.lgt { color: black; background: white; border: solid; border-width: thin; border-color: #F5F5F5; }
p.title { font-size: 18pt; font-weight: bold; }
</style></head><body>
<table class="blk" border="1" cellspacing="0" cellpadding="5"><tr>
<td class="blk" nowrap>Carátula</td>
<td class="blk" nowrap>Título Original</td>
<td class="blk" nowrap>Título Traducido</td>
<td class="blk" nowrap>Tamaño</td>
<td class="blk" nowrap>Idioma</td>
<td class="blk" nowrap>Subtítulos</td>
</tr>$$ITEM_BEGIN<tr>
<td rowspan="4" class="lgt"><strong><img width="100" src="$$ITEM_PICTUREFILENAME"></strong></td>
<td class="lgt"><a href="$$ITEM_URL"><strong>$$ITEM_ORIGINALTITLE ($$ITEM_YEAR)</strong></a></td>
<td class="lgt"><strong>$$ITEM_TRANSLATEDTITLE </strong></td>
<td class="lgt">$$ITEM_SIZE MB </td>
<td class="lgt">$$ITEM_LANGUAGES </td>
<td class="lgt">$$ITEM_SUBTITLES </td>
</tr>
<tr><td class="lgt">$$ITEM_DIRECTOR </td>
<td class="lgt">$$ITEM_LENGTH minutos </td>
<td class="lgt">$$ITEM_VIDEOFORMAT </td>
<td class="lgt">$$ITEM_AUDIOFORMAT </td>
<td class="lgt">$$ITEM_DISKS CD </td>
</tr>
<tr><td colspan="8" class="lgt">$$ITEM_DESCRIPTION </td></tr>
<tr><td colspan="8" class="lgt">$$ITEM_MEDIA </td></tr>
<tr><td colspan="7" class="blk"></td>
</tr>$$ITEM_END</table><p><strong>Total: $$TOTALMOVIES películas</strong></p></body></html>
Código: Seleccionar todo
<td><a href="$$ITEM_FILEINDIV" target="_top">$$ITEM_TRANSLATEDTITLE</a></td>
Código: Seleccionar todo
<td><a href="fichas peliculas\pelicula_$$ITEM_NUMBER.html" target="_top">$$ITEM_TRANSLATEDTITLE</a></td>