[Solved] Add an Image to the Donation Block

I'm looking to spice up my donation block and have it stand out a little more in hopes that it will get a little more attention. 

Home of phpBB Integrated Modifications
http://integramod.com/forum/
<table> <tr> <td><span><b><form action="https]
I added the paypal link and button to the top of my box.
It used to look like this.
[code]<table> <tr> <td><span><b>{L_NEW_DONATIONS}</b></span><br></td> </tr><BEGIN> <tr> <td><span><b>{dntns.NUMBERING}.</b></span></td><td><span> <a>{dntns.DONATE_AMNT} ({dntns.L_DONATED_BY} {dntns.DONATED_BY})</a></span></td> <td><span><b><a>{dntns.L_DONATION_LINK}</a></b></span></td> </tr><END></table>