Title: Text Breaking Between Lines
Last modified: November 29, 2017

---

# Text Breaking Between Lines

 *  Resolved [dgrabowski89](https://wordpress.org/support/users/dgrabowski89/)
 * (@dgrabowski89)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/text-breaking-between-lines/)
 * Hi there! I’m enjoying using TablePress, but have encountered an error when creating
   a table of bulleted text.
 * I’m putting my text into each cell this way:
 * `<ul><li>Custom design: logos, illustrations, photography, icons, graphics, and
   more</li></ul>`
 * What is happening is this: [http://tinypic.com/r/zuny1i/9](http://tinypic.com/r/zuny1i/9)
 * What I want is for the text within cells to move onto new lines if they’re going
   to stretch out of the container, without breaking or hyphenating them. Thanks
   in advance for your help!
    -  This topic was modified 8 years, 6 months ago by [dgrabowski89](https://wordpress.org/support/users/dgrabowski89/).

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/text-breaking-between-lines/#post-9735139)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * This is most likely caused by CSS in your theme. Can you please post a link to
   the page with the table where this problem happens, so that I can take a direct
   look? Thanks!
 * Regards,
    Tobias
 *  Thread Starter [dgrabowski89](https://wordpress.org/support/users/dgrabowski89/)
 * (@dgrabowski89)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/text-breaking-between-lines/#post-9737306)
 * Sure thing: [http://winningedits.com/layouts/fwc/our-work/](http://winningedits.com/layouts/fwc/our-work/)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/text-breaking-between-lines/#post-9737650)
 * Hi,
 * thanks for the link! To change this, please add this to the “Custom CSS” textarea
   on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress {
       	word-wrap: normal;
       	word-break: normal;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [dgrabowski89](https://wordpress.org/support/users/dgrabowski89/)
 * (@dgrabowski89)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/text-breaking-between-lines/#post-9737720)
 * Worked like a charm! Thanks, Tobias.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/text-breaking-between-lines/#post-9737831)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/plugin/tablepress/reviews/)
   here in the plugin directory. Thanks!
 *  [Miguel](https://wordpress.org/support/users/mparraud/)
 * (@mparraud)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/text-breaking-between-lines/#post-9771321)
 * Thank you! It works!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/text-breaking-between-lines/#post-9771535)
 * Hi,
 * nice! Thanks for the confirmation!
 * Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Text Breaking Between Lines’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [word wrap](https://wordpress.org/support/topic-tag/word-wrap/)
 * [word-break](https://wordpress.org/support/topic-tag/word-break/)

 * 7 replies
 * 3 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/text-breaking-between-lines/#post-9771535)
 * Status: resolved