- Code: Select all
<textarea name="paragraph" class="wymeditor" cols="50" rows="4"></textarea>
Thanks for your help
Forum closed. New forum available at http://community.wymeditor.org/
<textarea name="paragraph" class="wymeditor" cols="50" rows="4"></textarea>
/* Gecko min height fix */
p { min-height: 1em; } /*min-height is needed under Firefox, because empty parargraphs */
*+html p { min-height: auto; } /* but we have to remove it under IE7 because it triggers the 'haslayout' mode */
td { height: 1.6em; }
Users browsing this forum: No registered users and 1 guest