Forums

[resolved] BR tags not working (3 posts)

  1. scottish2
    Member
    Posted 3 years ago #

    Hi

    Am having an issue. Just installed WP to a friends site and it is running OK but I noticed that it will not convert the HTML coding in some cases. It will convert links it seems but as you can see it will not recognize returns or BR tags as I have tried typing this in as normal with normal returns and also adding BR tags to try and force the returns and it won't work. Thoughts on this?

    http://namgyalrapper.com/blog/

  2. stvwlf
    Member
    Posted 3 years ago #

    Hi

    WP editor tends to strip out BR tags

    In your CSS you have no top or bottom margin on your paragraphs - that is your problem

    in your stylesheet, line 73 style.css change the margin on the p tag to this:

    p {
    font-size:11px;
    margin:10px 0;
    padding:0;
    }

    Then you won't need the BR tags

  3. scottish2
    Member
    Posted 3 years ago #

    Thanks that got it fixed!!!!

Topic Closed

This topic has been closed to new replies.

About this Topic