i want to have an wysiwyg editor to edit the text

Discussion in 'HTML & Website Design' started by mihealaanca, Jul 16, 2008.

  1. #1
    hello

    is there a way to have a wysiwyg editor like fckeditor or tinymce to edit the text on the html files? my client wants to edit the text and doesn't know html code...instead of going for a cms for 2 pages i wondered if there is a way to do this.thanks all
     
    mihealaanca, Jul 16, 2008 IP
  2. jamesicus

    jamesicus Peon

    Messages:
    477
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Get HTML-Kit -- it is free, and in my opinion the best Web Authoring Editor available.

    JFP
     
    jamesicus, Jul 16, 2008 IP
  3. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #3
    You could give the client access to a txt file that they can edit on the server, and then use php to include it.

    You could also try something like openWYSIWYG
     
    Kerosene, Jul 16, 2008 IP
  4. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #4
    That can't be used to alter text in a document without using a server side language and storing the text in a database (of some kind, or even plain text document)... can it?

    To the OP: I don't think so, you don't however have to use a pre buit CMS, that would be a bit overkill.

    If I were you, I would store the text in a database, then use PHP and some simple SQL to pull the text from the database. I would then have a simple "admin" backend page, that would have something like HTML kit that overwrites the text stored in the database. Then the user has the ability to update the text.

    Hope that made sense. Nick
     
    nicangeli, Jul 16, 2008 IP
  5. mihealaanca

    mihealaanca Banned

    Messages:
    89
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i didn't get my answer regarding fckeditor but thanks for your advice
     
    mihealaanca, Jul 16, 2008 IP
  6. mshore

    mshore Peon

    Messages:
    416
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You could also use Macromedia Contribute. Actually I guess it is Adobe's Contribute now. (http://www.adobe.com/products/contribute/). At any rate, it is specifically designed to allow you to set contributing editors up to alter the content of a site, but never have to see any HTML or other underlying code. Very useful for the tasks you are looking at.
     
    mshore, Jul 17, 2008 IP