Are there any issues with using server side includes in brochure pages?
I have a client who wishes to be able to do a magazine style home page without using a web developers services to do this, using a range of layout styles and colours which I believe will be outside the capabilities of fragments.
I am thinking that I can write a CMS, and provide a range of css styles in the stylesheet, so that the client will be able to add, edit and delete items, and set background images, colours, text style/colour etc.
I can then call a PHP page containing the content with some markup in a fragment under the home page in Actinic.
Obviously I will have to have the server parse .html for SSI, but are there any issues that I am overlooking with doing it this way?
Many thanks, Dan
I have a client who wishes to be able to do a magazine style home page without using a web developers services to do this, using a range of layout styles and colours which I believe will be outside the capabilities of fragments.
I am thinking that I can write a CMS, and provide a range of css styles in the stylesheet, so that the client will be able to add, edit and delete items, and set background images, colours, text style/colour etc.
I can then call a PHP page containing the content with some markup in a fragment under the home page in Actinic.
Obviously I will have to have the server parse .html for SSI, but are there any issues that I am overlooking with doing it this way?
Many thanks, Dan
Comment