I'm using a plugin that uses this code
There's something wrong with this code with cause invalid xhtml XHTML 1.0 Transitional.
Any help will be appreciated.
PHP Code:
$ehdaa_move = "<marquee style='border: " . $vbulletin->options['ehdaa_bord'] . "px solid " . $vbulletin->options['ehdaa_bord_color'] . "' onmouseover=this.stop() onmouseout=this.start() scrollAmount=" . $vbulletin->options['ehdaa_speed'] . " scrollDelay=60 direction=up width=100% height=" . $vbulletin->options['ehdaa_height'] . ">" . $ehdaa_bit . "</marquee>";
Any help will be appreciated.

Comment