I'm working on a site that will have 30 or so static pages. On 6 of these, there needs to be sections that are editable by way of CMS. I've thought of a handful of different ways to do it, but none that meet all my needs.
- It needs to be able to upload pictures
- It needs to be able to be integrated into an existing site structure (via php include or whatever)
- It needs to be able to be run by a "normal" person - ie not a programmer
I can't figure out a good way to do it other than to code something myself...which I'm not really excited about. For instance, one of the pages will have a table with 10 cells that need updating, but I don't want the end user to mess up the table itself, only just able to edit the content in it. The other pages could be set up more loosely or they could be set up with just "change the pic here" box and "change your text here" box type deal.
Anyone have a good solution for me?
- It needs to be able to upload pictures
- It needs to be able to be integrated into an existing site structure (via php include or whatever)
- It needs to be able to be run by a "normal" person - ie not a programmer
I can't figure out a good way to do it other than to code something myself...which I'm not really excited about. For instance, one of the pages will have a table with 10 cells that need updating, but I don't want the end user to mess up the table itself, only just able to edit the content in it. The other pages could be set up more loosely or they could be set up with just "change the pic here" box and "change your text here" box type deal.
Anyone have a good solution for me?