Post Text Box Image - MYBB

Uphoreka

Seasoned Veteran
Joined
Mar 5, 2010
Messages
3,752
Reaction score
0
FP$
6
Is there any way you can have an image for the post text box for MyBB.

This is ForuMotion. Just an example of Post Text Box Image.
picture8xz.png
 
Yes there is,it uses the table css so you would have to edit it.

Or if you are CSS savy like myself,you could make a custom css for it then make it use your css instead of the .table css.
 
Yeah, it's CSS.

Code:
#text_editor_textarea {
background : url();
background-repeat:no-repeat;
background-position:center;
}
 
Yep, thanks for using my forum 🙂

I have used what Christmas Takua has.
 
Christmas Takua said:
Yeah, it's CSS.

Code:
#text_editor_textarea {
background : url();
background-repeat:no-repeat;
background-position:center;
}

Which CSS file do I copy this into?
 
Back
Top Bottom