ok for those of you that like there site to be
Valid XHTML here is a lil way to get around it which i think maybe Atakan KOC should use.
Admincp ---> Styles & Templates ---> Style Manager ---> Edit Templates ---> Marquee_Text
then replace everything in there with this
Code:
<if condition="$vboptions[mtext_active]">
<table <if condition="$vboptions[mtext_border]">class="tborder"</if> border="0" width="100%">
<tr>
<td>
<!-- Using javascript for the marquee since W3 doesn't like marquees. -->
<script type="text/javascript">
<!--
document.write('<marquee direction="$yer" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=$vboptions[mtext_speed]"><if condition="$vboptions[mtext_bold]"><b></if>
<if condition="$vboptions[mtext_italic]"><i></if>
<font color="$renk" size="$vboptions[mtext_size]">$vboptions[mtext_text]</color>
<if condition="$vboptions[mtext_bold]"></i></if>
<if condition="$vboptions[mtext_italic]"></b></if></marquee>');
//-->
</script>
</td>
</tr>
</table>
</if>
no more errors when you validate your site on
http://validator.w3.org/ from this mod.
one last thing i seen was that you need to cache the template also. which is pretty easy to do for members who dont know.
Plugins & Products --> Add New Plugin -->
Product = Atakan Marquee_Text
Hook Location = cache templates ( under vbulletin general)
Title = Marquee_Text Cache
Execution Order = 5
Plugin PHP Code = $globaltemplates[] = 'Marquee_Text';