Just use a HTML page to display this.
I've created the page below in like 2 minutes.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="en-gb" http-equiv="Content-Language" />
<title>CHAOTIC SOULS > Donations</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
</head>
<body>
<center><img src="http://i.imgur.com/3Fm0t.png" alt="logo"/><br />
<b>Donate to: r-kingdom@hotmail.co.uk</b><br/>
<table style="width: 100%">
<tr>
<td><b>Image</b></td>
<td><b>Name</b></td>
<td><b>Effect/Information</b></td>
<td><b>RuneScape Coins (GP)</b></td>
<td><b>USD DOLLARS ($)</b></td>
</tr>
<tr>
<td>
<img alt="Armadyl godsword" src="http://services.runescape.com/m=itemdb_rs/3352_obj_sprite.gif?id=11694" /></td>
<td>Armadyl godsword</td>
<td>4 very strong special attacks, stronger than usual.</td>
<td>400,000 (400K)</td>
<td>1.50</td>
</tr>
<tr>
<td>
<img alt="Saradomin godsword" src="http://services.runescape.com/m=itemdb_rs/3352_obj_sprite.gif?id=11698" /></td>
<td>Saradomin godsword</td>
<td>4 very strong special attacks, stronger than usual.</td>
<td>380,000 (380K)</td>
<td>1.50</td>
</tr>
<tr>
<td>
<img alt="Zamorak godsword" src="http://services.runescape.com/m=itemdb_rs/3352_obj_sprite.gif?id=11700" /></td>
<td>Zamorak godsword</td>
<td>4 very strong special attacks, stronger than usual.</td>
<td>350,000 (300K)</td>
<td>1.50</td>
</tr>
<tr>
<td>
<img alt="Bandos godsword" src="http://services.runescape.com/m=itemdb_rs/3352_obj_sprite.gif?id=11696" /></td>
<td>Bandos godsword</td>
<td>4 very strong special attacks, stronger than usual.</td>
<td>350,000 (300K)</td>
<td>1.50</td>
</tr>
</table>
<br/>
</center>
</body>
</html>