MyBB Community Forums

Full Version: Message Form Displaying Weird?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My message field in MyBB (profile message field) is displaying oddly...

[Image: 2n8vfb4.png]

EDIT: It's doing it to my normal message field too...

[Image: 25ilyjr.png]

How can I fix this so it shows up correctly??
If you can provide a link and a test account I should be able to tell you exactly the code to change.
Ok, I sent you a PM containing it.
Ok, that makes things a little difficult, you see the problem is being caused by the css width declaration inline on the text area tag. Because most of these text areas are being put there by plugins I assume they are declaring these values. Because you can't overwrite an inline style from external CSS you need to manually find in the plugin code where it defines the width and change it to 99%.
I had to add a some style code overflow-x: hidden because the page would stretch - would that affect it at all?
No, I can physically see the inline width declaration in the page source.