evan
11-02-2009, 10:19 PM
I have this page :
http://www.evanloiterman.com/clients/winer&winer/
I keep having to do a number of changes to the navbar, adding links and changing them so I thought I would start using includes because I can make the change once and be done with it.
but,
When I try to place my php includes inside my divs like this:
<div id="topbanner"><?php include("top.php"); ?></div>
it doesn't work -I am basically trying my div style layout and trying to place the included inside my divs -Am I not able to do that?
http://www.evanloiterman.com/clients/winer&winer/
I keep having to do a number of changes to the navbar, adding links and changing them so I thought I would start using includes because I can make the change once and be done with it.
but,
When I try to place my php includes inside my divs like this:
<div id="topbanner"><?php include("top.php"); ?></div>
it doesn't work -I am basically trying my div style layout and trying to place the included inside my divs -Am I not able to do that?