Okay so I went back in to play around with the code to see if I placed the image somewhere wrong. I chenged it to this:
PHP Code:
// Link to contest Page
$content .='<a href="'.zen_href_link("contest").'">Enter Our Contest</a><br />';
// Uncomment the below line and change image name and location to meet your needs.
// $content .='<a href="'.zen_href_link("contest").'"><img src="/store/images/FN90302RD.jpg" alt="Our Contest" border="0" title="ENTER TO WIN - Our contest gives away one prize to the winning contestent."/></a>';
$content .= '</div>';
This error went away:
PHP Code:
Parse error: syntax error, unexpected T_STRING in /home/divabou/public_html/store/includes/templates/diva/sideboxes/tpl_contest_sidebox.php on line 16
But the image is still not showing up in the contest sidebox????
Bookmarks