• I usally write my posts in HTML-mode and add tags manually. When I switch to visual-mode in the editor, it all looks fine, but when I switch back to HTML-mode, all P-tags (paragraph) have been removed (or replaced by a line break). Why is this? I put those P-tag there because I want them to be there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Krokkodriljo

    (@krokkodriljo)

    Bump. Am I the only one with this problem?

    I am having the same problem.

    In the HTML tab I’ve coded a blockquote with a cite and a few paragraphs like this:

    <blockquote><p>words of quote</p><cite>citation</cite></blockquote>
    <p>paragraph of text</p>
    <p>another paragraph of text</p>

    I come to the page some days later and find the all the <p> tags and their closing tag have been removed – leaving:

    <blockquote>words of quote<cite>citation</cite></blockquote>
    paragraph of text
    another paragraph of text

    I haven’t figured out the exact way to reproduce it. But its busting my layout (CSS Selection) and making me angry.

    Can someone help us?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Paragraph tag disappears’ is closed to new replies.