You can log back in here.
What's the code for moving pictures around your pet's profile so it's outside of the description?
you'll need to put the picture in a separate divider (div) and then move the div around with position:absolute;
it's pretty easily google-able, and very easy to do just by reading some basic HTML and CSS guides