(20 Sep, 2009, 6:29 pm)Pprad escribió: <marquee direction="up"></marquee>mira asi lo puse y corre con todo y borde cuando solo quiero que corran los temas
<?php
<marquee direction="up"><table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->latest_threads}</strong></td>
</tr>
{$threadlist}
</table>
<br/></marquee>
<table border="0" class="tborder">
<tr>
<td class="thead"><strong>{$lang->latest_threads}</strong></td>
</tr>
<tr>
<td class="trow1" align="left" height="350">
<marquee direction="up">{$threadlist}
</marquee>
</td>
</tr>
</table>
<br />