I'm having trouble with the Blank Sidebox Module. I think it is exactly what I need, but I can't get it to work.
I want to add images with links to the left column. So, I am trying to create a blank sidebox with an image inside that links to a different page on my website (outside of my zen cart store).

I added my html code in the correct place that is explained in the installation instructions, but I'm not sure if it's supposed to be coded differently since it's within php?

Here is the code on the tpl_blank_sidebox.php:

$content .= '<p>' . TEXT_BLANK_SIDEBOX . '</p>';
$content .= '<p><a href="http://www.lilarice.com/about"><img src="lilarice_about.png" width="150" height="90" border="0"/></a></p>';

$content .= '</div>';
?>

Thank you in advance!