MyBB Community Forums

Full Version: making unselectable text In the editor ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi

how to making unselectable texts In the editor ?

I have the css code , But which template should be edited?
        -moz-user-select: none; 
        -khtml-user-select: none; 
        -webkit-user-select: none; 
        -o-user-select: none; 

Add that to a element where you'd like it to apply.
For post content you can use table class "trow2 post_content"
Where should be added for Inside the editor ?