There's an error in the code. You close off a <font> tag with </color> - this could cause strange issues...
Edit the marquee_text template and replace </color> with </font>
I'd also suggest adding scrollamount in addition to scrolldelay to get a smoother marquee...
again, edit the marquee_text template and replace scrolldelay="$vboptions[mtext_speed]" with scrolldelay="$vboptions[mtext_speed]" scrollamount="2" for a smootehr scolling experience...
|