• Resolved sirthaddeus

    (@sirthaddeus)


    I am using HTML when I post.

    I currently have <br /> tags within the html that aren’t working correctly. In some places I have two <br /> which of course should provide extra spacing, but on some post the
    tags dont work, the post is all out of whack spacing wise.

    Am I able to use this tags and wp read them correctly?
    Is there another solution?

Viewing 4 replies - 1 through 4 (of 4 total)
  • In some places I have two <br /> which of course should provide extra spacing

    No, it should NOT. WP eliminates those, because that’s not the way to modify your layout. Use the stylesheet.
    You don’t need to add manually break tags. Hitting the Enter is enough: WP will put the br tags where needed. Once.

    Thread Starter sirthaddeus

    (@sirthaddeus)

    but my entire post is html code, that is why there is break tags.

    even if the post is pure html break tags shouldn’t be used?

    Example of my post:

    <strong>title</strong><br />
    blah blah
    <br /><br />
    <strong>title 2</strong><br />
    blah blah

    They shouldn’t.

    Thread Starter sirthaddeus

    (@sirthaddeus)

    okay thanks, i just tested with the stylesheet and got what i wanted.

    many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Post not displaying right’ is closed to new replies.