Photo layout changes while editing.
-
On my latest post “Whisky and Spudly # 3” when I edited the post the photo layout changed, I corrected the text and published it but the photo layout was incorrect. I had to edit this again and fix the photo layout. When I tried to edit the post again the same thing happened but I didn’t publish. Can you help please?
The blog I need help with is: (visible only to logged in users)
-
Rather than using paragraph tags and non-break spaces to space things out, I would highly recommend using a table instead. You can find more info here: Align Images: HTML Tables for WordPress Blogs
-
By itself your question is too vague, but your post shows that what you’re probably looking for is a column of images with a paragraph of text next to each image. If that’s the case, edit the post in the HTML editor, remove all these:
<p> </p>
And add this after each image/text pair:
<br style="clear:both;" />
- The topic ‘Photo layout changes while editing.’ is closed to new replies.