Here's the thing. I want to make a PHP site just so I can retain a common theme across a multitude of pages. The pages 'include'd by the PHP file will contain the whole page except the menu bar, the heading info, the link styles, and what not.
The content pages will of course have HTML tags in them and everything, including tables/links/etc.
I just want the PHP to serve as the "base" of the site, providing the menu bar and color theme. A very, very primitive CMS, I suppose.
I'd like to be able to edit the content pages in a way such that I could see the end result without having to request the PHP file from a web server. That's where the problem comes in. All the color scheme and style info will be missing, and I will have no idea how the content is going to end up looking. I was hoping to edit my content in DreamWeaver and I was wondering if it had any feature where it could insert the styles from elsewhere while you edit your content?
Is there a better way to approach this? Please enlighten me.
The content pages will of course have HTML tags in them and everything, including tables/links/etc.
I just want the PHP to serve as the "base" of the site, providing the menu bar and color theme. A very, very primitive CMS, I suppose.
I'd like to be able to edit the content pages in a way such that I could see the end result without having to request the PHP file from a web server. That's where the problem comes in. All the color scheme and style info will be missing, and I will have no idea how the content is going to end up looking. I was hoping to edit my content in DreamWeaver and I was wondering if it had any feature where it could insert the styles from elsewhere while you edit your content?
Is there a better way to approach this? Please enlighten me.
