public_search.pl:
<center>
$search_standard_title_table
</center>
<form action="$vars_config{CGIURL}/ultimatebb.cgi" method="post">
<input type="hidden" name="ubb" value="do_search" />
<table border="0" width="$vars_style{TableWidth}">
<tr>
<td align="right">
<font size="1" face="$vars_style{FontFace}">
» <a href="$ULTIMATEBB?ubb=get_daily">$vars_wordlets{active_topics}</a>
«
</font>
</td></tr>
</table>
Change to:
<center>
$search_standard_title_table
<form action="$vars_config{CGIURL}/ultimatebb.cgi" method="post">
<input type="hidden" name="ubb" value="do_search" />
<table border="0" width="$vars_style{TableWidth}">
<tr>
<td align="right">
<font size="1" face="$vars_style{FontFace}">
» <a href="$ULTIMATEBB?ubb=get_daily">$vars_wordlets{active_topics}</a>
«
</font>
</td></tr>
</table>
</center>
That fixes the somewhat odd alignment of the » Today's Active Topics « text (rather than being aligned right it would sometimes center, or at least not stick to the right).
[This message was edited by Charles Capps on August 19, 2002 at 10:26 AM.]