Mhm, go to your manage.php AND adopt.php files and find this:
PHP Code:
$article_content = "You can use the codes below to show off your adoptable and get others to level them up. If you have a website, use the HTML code to put your creature on your website. If you want to link to your creature in forums, use the BBCODE.<br><br>";
$article_content = $article_content."<b>HTML:</b><br><center><textarea name=\"textarea\" cols=\"50\" rows=\"4\"><a href=\"http://www.".$dname."".$spath."/levelup.php?id=".$cid."\"><img src=\"http://www.".$dname."".$spath."/get.php?id=".$cid."\">Level this creature up!</a></textarea></center><br>";
$article_content = $article_content."<b><br><br>BBCODE:</b><br><center><textarea name=\"textarea\" cols=\"50\" rows=\"4\">[url=http://www.".$dname."".$spath."/levelup.php?id=".$cid."][img]http://www.".$dname."".$spath."/get.php?id=".$cid."[/img]Level this creature up![/url]</textarea></center><br><br>";
And for both put the URL first, the image, then optionally some text that also link to the levelup page. :)