View Single Post
  #3 (permalink)  
Old Sep 4th, 2007, 00:39
ziplock122949 ziplock122949 is offline
Junior Member
Join Date: Sep 2007
Location: usa
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Re: help with banner updating

ok. I seem to be having a little trouble with dreamweaver. I first created a main page (home.php) then created a page with a banner (titlebanner.php). Dreamweaver is not letting me adjust the size of the titlebanner.php page to be the exact same size as the image or any other size for that matter, the options are all grayed out (i figure thats how i am suppose to do it). I then say screw it and try to add the titlebanner.php into the home.php using the code

<body>
<?php include(titlebanner.php); ?>
</body>
</html>

all it gives me is a little box with php in it.
Reply With Quote