• Hey guys,

    I’ve been having quite a bit of trouble with the WYSIWYG editor in WordPress (2.0.6). It all has to do with formatting.

    It tends to always jumble up between paragraphs and line breaks. If I want one, it does the other. I thought the obvious solution would be to do it *manually by hand* so I did do that by clicking on the little “HTML” button and completely re-editing my post by hand manually putting in the “Paragraph” and “Break Line” tags where I needed them. When I did that it looked fine and everything, then as soon as I hit “Save” and went to go view it appeared as if I’d never even edited it by hand.

    It’s like if I stick three Break Line tags in a row so I can get two spaces of emptiness, WP takes those 3 and splits them into two paragraphs or just one Break Line tag as if it was error correcting or something.

    My question is: is there any way around this?
    Obviously using the WP WYSIWYG editor isn’t doing any good for me and when I enter the post in by hand and do all of the HTML tags myself it still ends up cutting lots of them out if they are paragraph and/or line breaks.

    Any help would be really appreciated, I’m clueless as to how to fix this if it’s possible.

    Thank you,
    Andrew

Viewing 1 replies (of 1 total)
  • Thread Starter andym3

    (@andym3)

    Might I add I just completely disabled the WYSIWYG editor so now I have the standard HTML editor to use and still I have problems.

    It’s funny how I stuck this exact code in between two lines of text:
    “<br><br><br><br><br>”

    Did it do anything for me? Nope, it created ONE line break (not five) and that’s it.

    Then I tried using the XHTML break line tags in the same manner, I used this between two lines of text:
    “<br /><br /><br /><br /><br />”

    Did it do anything for me? Nope. Even though that’s in XHTML, what WP uses, all it did was add one break line, NOT five like it’s coded to.

    I don’t get it, why is WordPress so anti-Break Lines?!

    Am I going to have to resort to sticking an invisible image that’s 15 pixels in height just to break lines? Seems ridiculous but I don’t see any other solutions.

    Anybody want to clue me in?

Viewing 1 replies (of 1 total)
  • The topic ‘Messed up WYSIWYG’ is closed to new replies.