Title: Validation error
Last modified: August 20, 2016

---

# Validation error

 *  Resolved [Tamas Rottenbacher](https://wordpress.org/support/users/rtomo/)
 * (@rtomo)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/validation-error-8/)
 * Hy!
 * When i’m trying run the W3C validator, show that error:
 *     ```
       Bad value off for attribute wrap on element textarea.
   
       …size:4; tab-size:4; font-size: 12px !important; line-height: 15px !important;">
       ```
   
 * What is the problem?
 * Link for validator error message: [](http://validator.w3.org/check?uri=http%3A%2F%2Frotisoft.hu%2Fwordpress-breadcrumb-plugin-nelkul%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.3)
 * Thx!
 * [http://wordpress.org/extend/plugins/crayon-syntax-highlighter/](http://wordpress.org/extend/plugins/crayon-syntax-highlighter/)

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

 *  Thread Starter [Tamas Rottenbacher](https://wordpress.org/support/users/rtomo/)
 * (@rtomo)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/validation-error-8/#post-3246931)
 * The link on the “Thx!” text, because i don’i closed tha link tag.
 *  Plugin Author [akarmenia](https://wordpress.org/support/users/akarmenia/)
 * (@akarmenia)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/validation-error-8/#post-3246999)
 * I’ve discussed this during the 1.9.0 release and mentioned there is no cross 
   browser way to achieve this using CSS other than either using the wrap tag or
   setting the wrap tag with JavaScript. The latter would render your markup “valid”
   but would have exactly the same effect, with the side-effect that if that bit
   of the script failed the rest of the script would halt. Due to this I believe
   it’s the best solution so far. Also, while Chrome did not need the wrap=off, 
   Firefox did. In any case, I’m sure no kittens will be harmed.
 * [http://stackoverflow.com/questions/657795/how-remove-wordwrap-from-textarea](http://stackoverflow.com/questions/657795/how-remove-wordwrap-from-textarea)
 *  [christopherdubeau](https://wordpress.org/support/users/christopherdubeau/)
 * (@christopherdubeau)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/validation-error-8/#post-3247060)
 * I think may have fixed the issue: change the wrap=”off” to wrap=”soft” in the
   crayon_formatter.class file.
 * Seems to work with ie, firefox, safari and chrome.

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

The topic ‘Validation error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/crayon-syntax-highlighter_b0c4c0.
   svg)
 * [Crayon Syntax Highlighter](https://wordpress.org/plugins/crayon-syntax-highlighter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/crayon-syntax-highlighter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/crayon-syntax-highlighter/)
 * [Active Topics](https://wordpress.org/support/plugin/crayon-syntax-highlighter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/crayon-syntax-highlighter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/crayon-syntax-highlighter/reviews/)

## Tags

 * [html5](https://wordpress.org/support/topic-tag/html5/)
 * [valid](https://wordpress.org/support/topic-tag/valid/)
 * [validator](https://wordpress.org/support/topic-tag/validator/)
 * [W3C](https://wordpress.org/support/topic-tag/w3c/)

 * 3 replies
 * 3 participants
 * Last reply from: [christopherdubeau](https://wordpress.org/support/users/christopherdubeau/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/validation-error-8/#post-3247060)
 * Status: resolved