Log in

View Full Version : Content Management



zizzou
07-25-2007, 07:29 PM
Hello! I'm working with a client who wants to be able to change the articles on her website without having to contact a designer. How can she change the web content without using the HTML editing software? Thanks!

Sliight
07-25-2007, 08:08 PM
Well one way would be to upload a new file to the site and to the correct location with an FTP, although I'm sure people here probably know a better way...

Doing it this way, would let her edit content in a notepad.txt file, but there's no real way to control how it looks...unless placing it in a simple <p></p> would work.



<div id="clientcontent">

<p>

<!--#include file="clienttext.txt" -->

</p>

</div>

Granted if she wants to change the headlines and all that, you'd want a headline.txt then article.txt, or tell her the <h1></h1> has to stay intact to make her headline a headline...

Just a thought... probably not the best solution though.