If I select one line in a text and put the h1 format, the tags are about the complete text. Is there a way to put <h1></h1> only on a selected text and not the complete? That's in IE and FF. Is there a little bit of code to make it possible?
Thank you, Sven
Thank you, Sven
RE: Format H1 on selected text
Maybe you could try to set it to display:inline in fck_editorarea.css
RE: Format H1 on selected text
Example: I have the text ->
Word1 word2 word3 word4 word5.
I want ->
Word1 <h1>word2 word3</h1> word4 word5.
But if I select word2 word3, FCKeditor makes ->
<h1>Word1 word2 word3 word4 word5.</h1>
Sven