why is preview different from publshed version
-
published version differs from preview, result: text and pictures do not match anymore
Blog url: http://villaveluwezoom.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
Because what you tried to do will never work, and adding paragraph breaks isn’t the way to do it. If I understand correctly, you want a series of images with some text next to each image, and you don’t want the rest of the content to wrap around as well. To do that, you need to switch the editor to HTML and enclose each image/text pair in the right code:
<div style="clear:both;"> IMAGE CODE PLUS ACCOMPANYING TEXT HERE </div>Same thing for the paragraph that follows the last image/text pair, only use p tags instead:
<p style="clear:both;"> TEXT HERE </p> -
- The topic ‘why is preview different from publshed version’ is closed to new replies.