Ah, right. You took yours out of the table. But areas like on the stats page, where its still in the table, that code would make the images smaller, etc.
Anyway, back when you did this in the other thread?
PHP Code:
$cell->add(new Comment("<a href='/myadopts/manage/{$aid}'><img src='{$adopt->getImage()}'></a>"));
Try just adding an inline style or width there on the image element directly, just like you would if it were html.