Results 1 to 2 of 2

Thread: Content Management

  1. #1
    Join Date
    Jul 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Content Management

    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!

  2. #2
    Join Date
    Jul 2007
    Location
    California
    Posts
    177
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •