Web Hosting Talk







View Full Version : Dreamweaver CS3 external CSS with PHP


jrandall
12-24-2009, 04:34 PM
When I'm editing my php files, which import, the header holds the links for the style sheets, and so when I edit say the index.php file, it won't import the styles.


header.php
[this is my header/where the head tags are and where the CSS is linked]

navigation.php
[my menu]

index.php
[the main content, and where I use the require_once commands to import the header and everything else]

footer.php
[my footer]


Is there a way I can tell Dw to import the CSS without putting the link in the index rendering it outside the head tags?