Hi,

Using the latest updated D7 and having an issue with the "Full HTML" text format.

I'm not getting any formatting. I've tried strong and h1, h2 tags and get no changes.

Here is some example text from the body:

<strong>Types of licenses</strong>

<h2>MP3</h2>
MP3 is a compressed audio file, so it's missing some of the highs and lows.

<h2>WAV</h2>
WAV is a high quality uncompressed audio file. 

<h2>WAV Submix</h2>
This is a group of WAV files that you can drop into a music editing program or multitrack recorder and edit.

Posting as admin and the option to use it is there - so I didn't think it's a permissions issue.

What should I check?

Thanks

Comments

sunion’s picture

I had the same, try adding some css to those tags, and see if it changes then.

crimsondryad’s picture

So when you check the source of the page, is it putting out the

tags at all or just not styling them? (Firebug is your friend for this part).

Are you using a WYSIWYG like CKEditor or TinyMCE? You have to edit BOTH the text format and the profile. Also, just because you have the capability to use Full HTML as an admin doesn't mean that the text format on the content type is set to Full HTML. Check your node to see what text format it's using.

There's a checkbox to limit HTML tags, even on Full HTML. Check and see if it's on. I would recommend leaving it on and adding the necessary tags to the box for that text format (Site Configuration > Text Formats ). There's an article on the CKEditor site about what tags are typically needed for it to work properly. http://drupal.ckeditor.com/

sam_squarewave’s picture

Ugh... looks like my reset.css was setting them all to 16px. Thanks for the help!