MyBB Community Forums

Full Version: Textarea element style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys.

In my forms (new thread, new reply, etc.) my textarea elements have styling applied directly to them (not with classes etc).

Why is this and how can I stop it? I want to style with widths and heights but they can't override it (without !important).

<div style="position: relative; width: 400px; height: 92px; " class="messageEditor">

### BBCODE EDITOR CODE ###

<div style="clear: both; height: 24px; width: 396px; ">

<textarea cols="70" rows="20" id="message_new" name="message_new" style="height: 24px; width: 396px; " tabindex="2"></textarea></div></div>
Bump.
Bump 2. Any help?
Turns out there's some Javascript that makes some calculations and applies element styling and all of that. I don't want to mess with the Javascript or add more to it, so I'm not bothering.