Disable autoformat.
-
How do I disable “
” at the end of every line?The blog I need help with is: (visible only to logged in users)
-
-
Could you please provide a link to the blog in question as well as some more details of what your trying to achieve and the steps you have taken so far.
edit: echo reply
-
-
-
You can find lots of details in this article on text formatting which might help you out. Although it might be that you are copying text from another word processing program which could be introducing the line breaks.
lh
-
I copy it from text editor. Of course my editor wrap every line.
However I post html code ({p}My text{/p}), not
plain text.I did not found suitable solution on given URL.
-
Are you pasting the HTML into the HTML tab in the wordpress editor? If yes, and the editor is stripping stuff out, then that typically indicates there is an issue with the code. I’m assuming that the above example you gave is actually
<p>My text</p>WordPress will actually hide the p tags when you are looking at it in the wordpress HTML editor, but they would still be there. I can only assume wordpress hides them so that it is easier to read.
-
-
-
You can disable the Visual Editor here Dashboard > Users > Personal Settings > Personal Options
Visual Editor ___ Disable the visual editor when writing
Save Changes -
And, once again will please please post the URL for the blog to which you refer starting with http://
- The topic ‘Disable autoformat.’ is closed to new replies.