Hi,
I must be missing some config thing I think but can't work out where.
Everytime I highlight a sentence and choose a H tag, it gets applied to the entire content and I'm blowed if i know why that is.
Bold works as does font sizing but these H tags aren't. The editor CSS is set to 'use theme css'.
Can anyone lend a hand with this problem please?
Comments
Comment #1
rastarr commentedForget that. I found it after i posted (isn't that always the way) :)
My editor dude had been using BRs instead of P breaks - all good now ... move along ... nothing to see here now
Comment #2
fang27 commentedI don't understand your response to yourself on this, but I am having the same issue....anyone know why?
Comment #3
rastarr commentedYou need to seperate your H tags with P tags on either side.
If you have BR tags, you're basically saying the content following is part of the H tag.
Check your source and you'll find you have BR tags on either or both sides of your proposed H tag.
Comment #4
fang27 commentedYeah, Ok, but why is it doing that?
I have fckeditor installed in previous versions of drupal (and previous versions of fckeditor), and it doesn't need any special attention - it acts pretty much like a WYSIWYG.
I mean, what's the point of using it if certain tags require looking at the source to fix it.....?
Comment #5
wwalc commentedDid you have enter mode set to "BR" in previous versions?
Recommended setting for EnterMode is
<p>.You should have much less problems with it.
However, some people prefer to use something different to separate lines, that's why it is configurable.
Comment #6
Jorrit commented