Forums

Extra spacing in post (P Tag) (3 posts)

  1. hotkee
    Member
    Posted 3 years ago #

    Using wordpress 2.0, with the html editor turned off.
    So I create a new post which includes multiple lines.

    Pubish it, and each line appears with the ... tag around it, causing the display of the post to show too much space after each line in the post.

    I have tried to reduce the margin bottom of the p tag but it messes up othe tags in the style css I am using.

    Is there anyway to stop the ... from being generated?

  2. marcy
    Member
    Posted 3 years ago #

    You could create a new p class just for use in posts.

    This would involve editing your css to create the class and assign its margins, and editing any templates that have posts in them, i.e. index, archives, single post, etc.

  3. Sam_a
    Member
    Posted 3 years ago #

    You could just use

    .post .content p { margin: 0 0 0.5em 0;}

    ... depending on your theme.

    So I create a new post which includes multiple lines.

    Are you meaning to write separate paragraphs or are you trying to put one line break within a paragraph?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.