Title: Text formating
Last modified: August 20, 2016

---

# Text formating

 *  [ginreviews](https://wordpress.org/support/users/ginreviews/)
 * (@ginreviews)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/text-formating/)
 * Normally, when you align an image to the left, the text wraps around the image,
   and bleeds into the bottom.
 * How do I keep the text in it’s own column keeping vertical consistancy?

Viewing 1 replies (of 1 total)

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/text-formating/#post-2466751)
 * Sounds like you need to create a table with the image in the first column and
   the text in the second. Or possibly create a div structure similar to this:
 *     ```
       <div class="entry-wrap">
          <div class="image-wrap">
            <img image goes here />
          </div>
          <div class="text-wrap">
             text goes here
          </div>
       </div>
       ```
   
 * Use CSS to set the widths and float properties to get the parts to line up properly.

Viewing 1 replies (of 1 total)

The topic ‘Text formating’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/text-formating/#post-2466751)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
