howdy,its in mystore.pl, sub showstore towards the bottom of that section.
look for:
No Auction Items to View
it will be a couple lines above that.
now look for:
print "<TD>$config{'displistfont'}<A HREF=$ENV{'SCRIPT_NAME'}\?category=$key\&item=$file>$mytitle $imagedisp $grabberpic</A></TD>";
or something like that, as my is modified and i just switched it around or example.
now move the:
$mytitle down so it is in front of &imagedisp $grabberpic
so it looks like this:
print "<TD>$config{'displistfont'}<A HREF=$ENV{'SCRIPT_NAME'}\?category=$key\&item=$file>$imagedisp $grabberpic $mytitle</A></TD>";
that will square it away.
cheers,
shnippy