Here is my code for the globalannounce template.
Please note that I changed some of the thickness of the cells as well as the classes to display the way I wanted it. Changes are in
GREEN.
Code:
<if condition="$vboptions[global_status] && $vboptions[global_announce] != ''">
<table class="tborder" cellpadding="1" cellspacing="1" border="{$vboptions['global_border']}" width="100%" align="center">
<tr>
<td class="tcat">
<a href="#top" style="float:$stylevar[right]" onclick="return toggle_collapse('global_announcements')">
<img id="collapseimg_global_announcements" border="0" src="$stylevar[imgdir_button]/collapse_tcat.gif"/></a><center>LIMMAC Global Announcements</center>
</td>
</tr>
<tbody id="collapseobj_global_announcements" style="$vbcollapse[collapseobj_global_announcements]">
<tr>
<td class="thead" align="{$vboptions['global_title_align']}">
<a href="{$vboptions['global_title_link']}"><font color="#{$vboptions['global_title_colour']}">{$vboptions['global_title']}</font></a>
</td>
</tr>
<tr>
<td class="alt2" align="{$vboptions['global_text_align']}">
<font color="#{$vboptions['global_text_colour']}">{$vboptions['global_announce']} <if condition="$vboptions[global_menu_by]"><a href="{$vboptions['global_title_link']}">More...</a></if></font>
</td>
</tr>
</tbody>
</table>
<br />
</if>