I was wondering what the coding was when inserting a pet overlay larger then 200x200, so that my picture isnt cut off.
<style type=text/css>
{
background-image: url('URL TO OVERLAY');
width: IMAGEWIDTHpx;
height: IMAGEHEIGHTpx;
}
</style type=text/css> from here