• have a wordpress blog and when I try to put in
    tags wordpress removes them.

    I have tried various plugins to help me put in raw html but none has worked.

    I read that if I removed the visual editor, I could have br tags but the problem is there are people working on this blog who need the visual editor as they don’t know html.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You don’t need to add <br /> tags in the HTML tab. WP automatically replaces hard line-breaks with <br />.

    Are you trying to put tyhe tags in the Visual editor? You can only put them in the HTML editor. Visual Editor will strip them

    Thread Starter ericsaboia

    (@ericsaboia)

    I just want to create line-breaks after

    code

    I’ve tried to separate pressing enter, writing
    tag, but the next line is still bounded to the upper line

    One more time:
    Are you trying to put tyhe tags in the Visual editor?

    Try using <pre><code>[...]</code></pre>.

    <pre><code>[…]</pre></code> seems broken in WP 2.9. I’ve never had this problem up through 2.8. I use TinyMCE-Advanced, but WP is screwing with my HTML whether it’s installed now or not.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can’t put in <br / >tag in wordpress post’ is closed to new replies.