• Ah, this is killing me!!! I am used to coding in all HTML, and any time I hit enter to move down a line, it auto inserts a paragraph which is ruining my layout and code!!

    I tried a few “add filter” tricks to functions.php from google but they didnt work, they just gave me an error on all of my pages until I removed them.

    Does anyone know how to get rid of this on 3.0.1??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter venomshot629

    (@venomshot629)

    Anyone?

    Im trying to prevent WordPress from auto-changing my blank spaces into a line break when im trying to make a post in HTML…

    You probably have a CSS style on content paragraphs or so (padding, margin etc.) This would be a good place to start … Just remove that and you get rid of the problem without to much core hacking.

    Good luck!

    You could use “Shift + Enter” to insert a single linebreak (<br / >-tag)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can i get rid of auto line breaks???’ is closed to new replies.