Viewing 3 replies - 1 through 3 (of 3 total)
  • The link on the “Thx!” text, because i don’i closed tha link tag.

    Plugin Author akarmenia

    (@akarmenia)

    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.

    https://stackoverflow.com/questions/657795/how-remove-wordwrap-from-textarea

    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.