venomshot629
Member
Posted 1 year ago #
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??
venomshot629
Member
Posted 1 year ago #
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...
AdrianApan
Member
Posted 1 year ago #
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)