Hi,

I'm using Drupal 4.7 and TinyMCE 2.0.6.1 all seems to be working fine since I set up a new input format with all filtering options removed, except....

The only trouble is if I use a line return it automatically uses p and I do not know why. I need to enable br

I have tried an inpout format with an html filter to allow br as well as p, but this did not work either.

Does anyone know if this is a drupal thing or a TinyMCE thing?

I have scoured the forums and tried changing the various options in the settings for TinyMCE but no joy. I read something about a setting p as default for line breaks but I do not have this option so I presume this is for a previous version.

Am I doing something daft? Has anyone else experienced this?

Thanks

Comments

joar-1’s picture

Use shift-enter for <br> and enter for <p>

celia_m’s picture

.....didn't work unfortunately.