editing content in a template My company has several websites and we are implementing PHP to create dynamic pages and simplify mass changes/updates. HTML templates are created with a {CONTENT} placeholder, and a separate content file is inserted there. (Note- we are not currently using Mambo, but are looking for a solution.)
We are using Dreamweaver to create/edit content, and the challenge is to be able to edit the content files within the template, so that all the styles are applied. (It is NOT a dwt template--and we do not want to use that method). This is almost like having an include on a DW page. The content shows up correctly styled. However, you can't edit an include in the layout.
The bottom line then is editing content in a WYSIWYG manner, but keeping the layout and content files separate.
Is there a way to do this (with or even without Mambo)? |