• Whenever I add a horizontal rule in Visual Mode, it adds adds a paragraph space after the horizontal rule and the only way to remove it is to go into html mode and remove the <p> </p> code.

    This is pretty frustrating for my customers that don’t know how to sift through html. I love CKEditor because it gets rid of some of the problems with the default WordPress text editor, which in my opinion is unbearable to use (even though it looks nice).

    I’m interested in hearing if any one else is experiencing this issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Pete White

    (@webworkers)

    Anyone?

    I’m having a similar problem with the visual editor changing things.
    I put this in the HTML editor:
    <h2>My H2 Text<div style=”font-size: 1%;”>
    <hr align=”LEFT” width=”50%” />
    </div>
    </h2>
    because I want a half horizontal rule very close under my “My H2 Text”
    header (a very teeny 1% line break).
    But if ANYONE edits this page with the visual editor, it gets
    changed to
    <h2>My H2 Text</h2>
    <div style=”font-size: 1%;”>
    <hr align=”LEFT” width=”50%” />
    </div>
    which leaves a full line break between the text and the hr rather
    than having the hr close below the text.
    Did you find a solution to your problem?

    [duplicate – closed]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Horizontal Rule Issue’ is closed to new replies.