Making it easier to align text and words in a post
-
Hi there
I have been putting text and images into my post and viewing the post. However, if there is something I need to correct such as a typo, when I go back to the editor and change it all the text and images have become disaligned and move up the page and everything needs to be re-aligned.
Is there any CSS code that can be used to stop this from happening and save time when it comes to editing changes?
Thanks for your help.
The blog I need help with is: (visible only to logged in users)
-
This is a little tricky, but you can accomplish it by switching to the “Text” tab and wrapping each book image/text in a div.
Add the following at the beginning of the text/image code
<div style="width:100%; float:left;">and add this at the end of the text that goes with the book
</div>Do that for each of the image/text groups.
-
I hit submit too early. The above code will stick and not go away, and you can edit as you need to without worrying about the formatting reverting.
-
-
- The topic ‘Making it easier to align text and words in a post’ is closed to new replies.