Title: Text problem
Last modified: August 21, 2016

---

# Text problem

 *  Resolved [bauergeek](https://wordpress.org/support/users/bauergeek/)
 * (@bauergeek)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/text-problem-3/)
 * Hello, in Home, some words are cut off on Internet explorer, for example on “
   Homepage Widget”.In G. Chrome works.
 * The demo works without problem [http://demo.quarktheme.com/](http://demo.quarktheme.com/)
   on Internet Explorer.
 * [Image](http://s18.postimg.org/vibf45r6x/EXPLORER.jpg)
 *     ```
       Validation Output: 4 Errors
   
       Error Line 13, Column 63: Bad value X-UA-Compatible for attribute http-equiv on element meta.
       	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
       ✉
       Error Line 16, Column 43: Bad value cleartype for attribute http-equiv on element meta.
       	<meta http-equiv="cleartype" content="on">
       ✉
       Error Line 235, Column 106: Bad value lightbox[6] for attribute rel on element a: The string lightbox[6] is not a registered keyword or absolute URL.
       …equipos_trabajo.jpg" rel="lightbox[6]"><img class="size-medium wp-image-441 al…
       Syntax of link type valid for <a> and <area>:
       A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki, or must be an absolute URL. You can register link types on the Microformats wiki yourself.
       Error Line 295, Column 181: The align attribute on the div element is obsolete. Use CSS instead.
       …ly: 'Lucida Grande', Arial, 'Helvetica Neue', sans-serif" align="center"></div>
       ```
   
 * Thank you

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

 *  Theme Author [Anthony Hortin](https://wordpress.org/support/users/ahortin/)
 * (@ahortin)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/text-problem-3/#post-4130591)
 * I’m not sure where you’re referring to sorry. Are you talking about on your homepage?
   Do you have a link to your site that I can look at?
 *  Thread Starter [bauergeek](https://wordpress.org/support/users/bauergeek/)
 * (@bauergeek)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/text-problem-3/#post-4130615)
 * Yes, on my homepage, and only with I.Explorer (v. 10)
 * [http://www.emgoldexteam.com](http://www.emgoldexteam.com)
 * Thank you
 *  Theme Author [Anthony Hortin](https://wordpress.org/support/users/ahortin/)
 * (@ahortin)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/text-problem-3/#post-4130620)
 * I’ve just tested your site on IE10 (Windows 7) and it looks fine. You can see
   a screenshot here… [http://cl.ly/image/3Z1t3C381x0q](http://cl.ly/image/3Z1t3C381x0q)
 *  Thread Starter [bauergeek](https://wordpress.org/support/users/bauergeek/)
 * (@bauergeek)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/text-problem-3/#post-4130626)
 * The text is not displayed correctly, watch the two images.
 * [http://postimg.org/image/rp3jzth9h/](http://postimg.org/image/rp3jzth9h/)
 * **Google Chrome**
 * [http://postimg.org/image/d0xnxr5i9/](http://postimg.org/image/d0xnxr5i9/)
 *  Theme Author [Anthony Hortin](https://wordpress.org/support/users/ahortin/)
 * (@ahortin)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/text-problem-3/#post-4130688)
 * The words aren’t getting cut off, they’re simply wrapping down to the next line
   as they don’t fit on the same line.
 * If you want to stop this wrapping, remove the following lines from the `.widget-
   area .widget` class in style.css
 *     ```
       -moz-hyphens: auto;
       -ms-word-break: break-all;
       -webkit-hyphens: auto;
       hyphens: auto;
       word-wrap:break-word;
       word-break: break-word;
       ```
   
 * This will prevent any wrapping or hyphenation of words. You’ll find that since
   they still wont fit on the same line, the whole word will drop down to the following
   line, instead of just part of the word.
 *  Thread Starter [bauergeek](https://wordpress.org/support/users/bauergeek/)
 * (@bauergeek)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/text-problem-3/#post-4130691)
 * Thank you so much.
 *  Theme Author [Anthony Hortin](https://wordpress.org/support/users/ahortin/)
 * (@ahortin)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/text-problem-3/#post-4130692)
 * No probs 🙂

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/quark/1.4.1/screenshot.png)
 * Quark
 * [Support Threads](https://wordpress.org/support/theme/quark/)
 * [Active Topics](https://wordpress.org/support/theme/quark/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/quark/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/quark/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Anthony Hortin](https://wordpress.org/support/users/ahortin/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/text-problem-3/#post-4130692)
 * Status: resolved