This is what i have. Modify the way you want for yours.
{dynamic}
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{$wallpaper.name}</title>
</head>
<body>
Right click the image and choose <font color="#FF0000">"<b>Save Picture As</b>"</font>. OR right click the wallpaper
and select <font color="#FF0000">"<b>Set as Background</b>"</font><p></p>
<!-- Top ads space -->
Google code
<!-- End top ad space -->
<table>
<tr>
<td>Google Code
</td>
<td> {if $smarty.const.PREVENT_HOTLINKING}
{assign var="download_link" value="download"}
{else}
{if $is_original}
{assign var="download_link" value="walls"}
{else}
{assign var="download_link" value="wallpapers"}
{/if}
{/if}
<!-- End top ad space -->
<div align="center">
Right click the image and choose <font color="#FF0000">"<b>Save Picture As</b>"</font>. OR right click the wallpaper
and select <font color="#FF0000">"<b>Set as Background</b>"</font></div>
</td>
</tr>
</table>
<!-- Bottom ad space -->
<!-- End bottom ad space -->
</body>
</html>