Results 1 to 4 of 4

Thread: RichText Editor

  1. #1
    Join Date
    Dec 2006
    Location
    Devon, UK
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question RichText Editor

    Hi,
    I am using a richtext editor (http://www.dynamicdrive.com/dynamici...itor/index.htm) but it does not show up on my PHP page. Can anyone help?
    Thanks,
    Ed

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    A link to your problem page (or even the source code) would be helpful to us so that we can troubleshoot the problem faster than going through all the possibilities of what it could be.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Dec 2006
    Location
    Devon, UK
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Code:
    <script language="JavaScript" type="text/javascript">
    <!--
    //Usage: writeRichText(fieldname, html, width, height, buttons, readOnly)
    writeRichText('user_text', '<?php echo $user_text; ?>', 400, 200, true, false);
    //-->
    </script>
    I am trying to load a value called "user text" from an SQL database that the user can then edit and update. It all works fine apart from it doesn;t show up when <?php echo $user_text; ?> is in it.
    It would help loads if this could be sorted out.

  4. #4
    Join Date
    Dec 2006
    Location
    Devon, UK
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It doesn't matter, I used this RTE instead: http://www.dynamicdrive.com/dynamici...iwyg/index.htm.

    Thanks,

    Edmund

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
  •