View Single Post
  #286  
Old 07-10-2007, 11:00 PM
barbroberts barbroberts is offline
Sergeant Major
 
Join Date: Feb 2007
Location: the beautiful state of Kentucky
Posts: 89
Default Re: Single Menu Page with Bv and PHP

CORRECTION: This is what I put on my template in an html box where I want the image to be:
<?php
include ("sidemenu.php");
sidemenu();
?>

I saved the new template as a php and published. The php file (which I created in the upper left corner like the menu and footer) contains this code:

<?php
include ("sidemenu.php");
sidemenu();
?><img src="http://www.elizabethbaileyportraits.com/bv01037.gif">

I saved the header image file as "image.php and published and got nothing! Where is the error of my ways?
http://www.elizabethbaileyportraits....w_template.php

I'm going to get away from this for a while. It exhausts me.
Reply With Quote