You need to leave that in, only remove what's in the table.
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif"> $standard_title_table = qq~
<table border="0" width="$vars_style{TableWidth}">
</table>
~;
$search_standard_title_table = qq~
<table border="0" width="$vars_style{TableWidth}">
</table>
~; </font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">On the rest of the templetes you edit do not remove $standard_title_table or else you will rpobably get an error also. I think I did when I first did it. Some of the templetes won't have $standard_title_table at the top, but they will have some standard HTML in place instead. You will want to remove that, if you choose to do so.
Best way to go is to make sure you keep your headers between $TBT and $TBB. These are your basic <table> and </table> formatting. But you might already know that.
_________________________
Mr. Bill