Go into ubb_lib_posting.cgi and find all of these:
$email_link = qq(& nbsp;& nbsp;
$direct_reply = qq(& nbsp;& nbsp;
$homepage_link = qq(& nbsp;& nbsp;
$pm_link = qq(& nbsp;& nbsp;
and remove the
from the beginning of those lines.
$edit_link and $profile_link don't have those tags, so no need to worry about those.

EDIT: Just take the space out between & and nbsp; and you'll be able to find it.
[ March 31, 2001: Message edited by: Funky Munky ]