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.
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.
Comment