line breaks are being removed automatically

  • Unknown's avatar

    I want to create line breaks in my post, but the theme editor automatically removes them. The following will not work and is removed:
    or <pr> or
     

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I want to create line breaks in my post, but the theme editor automatically removes them. The following will not work and is removed:
    or <pr> or
     

    I want to create a post that has:
    picture and description
    picture and description
    2 pictures
    But without line breaks, text moves away from the picture it’s describing. Thanks

  • Unknown's avatar

    You can’t do that using line breaks. If you mean left-aligned images, with a description next to each image, you need to cancel the wrap-around effect. Add this after each image/text pair (in the “Text” editor):
    <div style="clear: both;"></div>

  • Unknown's avatar

    Thanks justpi,
    Your answer is exactly what I was wanting to do!

  • Unknown's avatar

    <div> in the beginning (picture) and description, then <div style=”clear: both;”></div>

    Note: do not cancel the wrap-around effect! Then the text editor puts the picture on the left and knows the description is next to the picture.
    Thanks.

  • The topic ‘line breaks are being removed automatically’ is closed to new replies.