• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Extra spacing in post (P Tag)’ is closed to new replies.