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.