HTML inputted into post converts wrong
-
I haven’t had this problem with WordPress before, but I haven’t had it long. Today I attempted to make a post and this is when I first realized an issue/bug.
I’d click the “Edit HTML Source” button and input my own html. I’m fluent in html, so I know I’m not making a mistake, I’ve looked the code over. First, some of my line breaks
<br />
and<br>
have been getting ignored. Not all but some. For example, an exert taken from the middle of a post:end of some text.</div>
<br />
<br />
<div align="center">Hmm.... Okay.</div>
<br />
<br />
<p align="center">more text...gets converted to:
end of some text.</div>
<div align="center">Hmm.... Okay.</div>
<p align="center">more text...Second, the paragraph tags have been getting changed in an odd way.
Exert:
Text and et cetera.
<p>A header:</p>
Some more text.<br />after saving the post, it gets changed to:
Text and et cetera.A header:</p>
<p>Some more text.<br />
- The topic ‘HTML inputted into post converts wrong’ is closed to new replies.