I try to get a news text slider and i try to do it with marquee html code, but its seams i do some thing wrong, i have try a few times to get it work and faild. This is the current code
$html= '<marquee behavior="slide" direction="left">'.echo $row['title'].'</marquee>';