Drupal WYSIWYG

Discussion in 'Drupal' started by tgfm312, Mar 25, 2013.

  1. #1
    I am trying to set up Drupal WYSIWYG, It shows the content when I am editing the page but when I save it and look at it on the site it just prints the code not the HTML or rich text, is there a setting somewhere that I need to set or something?

    http://tgfmsolutions.com/drupal/?q=node/3

    I am using Drupal 7, Wysiwyg with TinyMCE 3.5.8
     
    Last edited: Mar 25, 2013
    tgfm312, Mar 25, 2013 IP
  2. duckz

    duckz Active Member

    Messages:
    245
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    68
    #2
    You need to use the html input format not filtered html input format, usually you can change the input format by selecting it from a select box underneath the textarea. If you dont see it, you'll need to examine if your user has the right permission to use the html input format or is the filter module enabled.

    I noticed the url you posted is not using clean url, it is better to enable clean url so your url will be like :
    http://tgfmsolutions.com/drupal/node/3
     
    duckz, Apr 2, 2013 IP