line breaks are being removed automatically
-
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)
-
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 -
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> -
-
<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.