• Resolved scottish2

    (@scottish2)


    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?

    https://namgyalrapper.com/blog/

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

    Thread Starter scottish2

    (@scottish2)

    Thanks that got it fixed!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘BR tags not working’ is closed to new replies.