Quote:
Originally Posted by bashy
So...is this your new site your working on?
|
Indeed it is
Quote:
Originally Posted by TonysDesigns
THANKS! W00T! One problem, it didn't completely work. LOL  I upgraded mine from 1.0 and tried to fool with the settings etc. HTML did work fine for me, but the speed and/or width not working 
|
Go to your templates and look in the template menualert, make sure you have the following in the template:
Code:
<!-- Alert Menu Content -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center"><if condition="$vboptions[alert_menu_switch]">
<td class="vbmenu_control" width="75"><font color="#{$vboptions['alert_menu_title_text_colour']}"><b>{$vboptions['alert_menu_title']}{$vboptions['alert_menu_title_fix']}</b></font></td>
<td class="vbmenu_control" width="535" align="left"><if condition="$vboptions['alert_menu_marquee_switch']">
<marquee direction="{$vboptions['alert_menu_marquee_direction']}" width="820"></if><font color="#{$vboptions['alert_menu_content_text_colour']}"><b>{$vboptions['alert_menu_alert']}</b></font><if condition="$vboptions['alert_menu_marquee_switch']"></marquee></if></td>
</if>
</tr>
</table>
</div>
<!-- / #End Alert Menu Content -->
If this doesnt work - try reinstalling the complete modification.