• Ok before I start, I must warn that I’m not -that- technically inclined.

    I used to write my old website in notepad using HTML and am used to being able to make text generally look the way I want it.

    I use another program to write my posts because the wordpress editor drives me nuts, but I can’t use that other program for pages.

    When writing a page, WHY can I not put in a < p > or a < b r > without the editor changing it or just removing it all together? (I had to type them weird so they’d show).

    For example, if I wanted to say something like this.

    Hi

    How are you?

    Rather than:

    Hi
    How are you?

    (((( OH MY GOD, I just checked after entering this post and it does it in this editor too! I originally had like 3-4 lines between the HI and How are you in the first part, and the editor automatically cut it down to one. argh! ))))

    The editor will NOT let me put those extra lines in between.

    If I hit ‘enter’ in the editor it just removes it when I hit save, and when I go to the html editor and put the tags in, it removes them as well.

    I have turned off the rich editor, and I have also turned off the correcting of xhtml. Neither has made any difference.

    I’ve been fighting with this for TWO DAYS just trying to put ONE extra line between some of my text. It’s insane…

    Please help me before I lose my cotton pickin mind!!

Viewing 9 replies - 1 through 9 (of 9 total)
  • use the HTML view in the editor, and add as many <br /> or <p /> tags as you want for extra whitespace.

    The editor will NOT let me put those extra lines in between.

    Actually, I think the editor lets me do that. I go to the end of the line of the first line (in this case, “Hi”) and then hit DELETE. The next line (in this case, “How are you?”) should move up, just a linebreak away.

    I agree with chradil’s suggestion, too, though. It seems that you are using <br/>‘s instead of ‘s mostly for cosmetic purposes. If you just want different paragraphs to stay together, it can be modified in CSS. ??

    Thread Starter Breigh

    (@breigh)

    I’ve tried using the html editor to put in the those tags and it doesn’t work then either. When I click ‘update’ on the html editor it shows the change in the window, but when I click save, it just removes it or something.

    I don’t get it at all.

    The rich text editor is notorious for messing around with HTML. Just disable it and use the plain text one instead, it’s simpler and you can add whatever code you like.

    To disable the RTE, go to your profile (the “My Account” link) and right at the bottom, uncheck the box.

    Thread Starter Breigh

    (@breigh)

    I’ve already done that though, and it’s still just doing whatever it wants. :/

    IMO the RT editor is terrible. I do all my pages in an HTML editor, then paste into WP, but the RTE would add all kinds of odd code, even when I pasted the HTML code directly. It took me quite a while to figure out that I could disable the RTE feature.

    Show us a link to your page.. I may be able to help.

    Thread Starter Breigh

    (@breigh)

    https://www.breigh.com is my page ??

    Try this …

    In Presentation > Theme Editor > style.css, paste this:

    .big-gap {
    margin-top:100px
    }

    In your post, in HTML view, go to the paragraph above which you want extra space to appear.

    After <p , paste *class=”big-gap”* (remove asterisks).

    That should give you white space. Change the 100 to however many pixels you want.

    Thread Starter Breigh

    (@breigh)

    Hey thanks! I’ll try that!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘WordPress Editor — *** SCREAM ***’ is closed to new replies.