Quote Originally Posted by ricangem View Post
Hi Gilby, I tried what you said and the code you gave me shows with the image on my website. Did I do something wrong? Sorry I am not familiar with php. Here's what I did:

if ($this_is_home_page) {
<div class="az_right_bar_bottom">
<a href="http://bedroomduvetspot.com/index.php?main_page=index&cPath=9_36"><div id="az_banner4"></div></a>
<div class="clear"></div>


</div> }
Ahhh try this..
PHP Code:
<?php if ($this_is_home_page) { ?>
   <div class="az_right_bar_bottom">
   <a  href="http://bedroomduvetspot.com/index.php?main_page=index&cPath=9_36">
   <div  id="az_banner4"></div></a>
   <div class="clear"></div>
   </div>
 <?php    ?>