1
Hello
I have Made block with template to show some Comment on Marquee.. It all work Ok But the Marquee seems Multiplay .for each Comment .. i want it to move left ro right without Multiplay the Marqquee for each Comment .. This wht i have in the Template file.
<{foreach item=comment from=$block.comment}>
<td align="right">
<marquee scrolldelay=50 scrollamount="3" hspace="2" height="30" width="100" ><{$comment.name}> :
<{$comment.comment}>
marquee>td><{/foreach}>
the comments look like they fade behind each other , because the maqruee multiplayed