Forums

Paragraph tag disappears (3 posts)

  1. Krokkodriljo
    Member
    Posted 2 years ago #

    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.

  2. Krokkodriljo
    Member
    Posted 2 years ago #

    Bump. Am I the only one with this problem?

  3. waterjeorme
    Member
    Posted 2 years ago #

    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?

Topic Closed

This topic has been closed to new replies.

About this Topic