I sized my tinyMCE boxes by using the cols and rows attributes of the textarea tag. There's a problem, though - they look how they should in FF 4 and they look very small in IE 8 - does anyone have a clue as to why this would happen?
|
feedback
|
|
I fixed the issue by removing the sizing based on cols and rows in favor of width and height in CSS. I guess I never realized textareas could be sized that way, I'm not sure why I thought that. Thanks for all the help. | |||
|
feedback
|
<textarea>rather than within TinyMCE? Have you compared what you're doing with similar examples on the TinyMCE site? – mu is too short May 2 '11 at 4:20