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

rastarr’s picture

Status: Active » Closed (fixed)

Forget 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

fang27’s picture

Status: Closed (fixed) » Active

I don't understand your response to yourself on this, but I am having the same issue....anyone know why?

rastarr’s picture

You 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.

fang27’s picture

Yeah, 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.....?

wwalc’s picture

Did 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.

Jorrit’s picture

Status: Active » Closed (fixed)