text problems in post
-
Hello, I’m having a hard time text wrapping around the images. My main goal is to have an image with text beside it and then photos following underneath with text in between. I’m not sure how to reach this. Any help would be awesome. I do have css customization http://julienealvoh.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
Why don’t my images align the way I want them to?
The alignment icons in the WordPress editor are for aligning text; they are not for aligning images. They are used to achieve wrapping text around images on either the right or left hand side, or to display an image that’s centered without text on either side of it. If the text beside the images does not occupy the same amount of space that the image beside it does then the text wrapping will continue and the images and text that follow will have a staggered appearance.- Align-left means position left, with the rest of the content wrapping around the right side of the image.
- Align-right means position right, with the rest of the content wrapping around the left side of the image.
- Align-center means position center, with no wrap-around (= the rest of the content below the image).
So if for example you want two images to be side by side on the same line start by setting the alignment of both images to left. To prevent the staggered effect what you do is insert the following snippet of code into the HTML editor after each image/text pair:
<br style="clear:both;" /> -
-
-
Is it something wrong with the way i have my css code set up? I tried the <br style=”clear:both;”/> and it lines them up underneath each other. The text still finds its way underneath the photo leaving a large space where I want it to be.
-
- The topic ‘text problems in post’ is closed to new replies.