The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
5 posters

    How can I edit my text area's background?

    teliosmetonma1
    teliosmetonma1
    Forumember


    Posts : 247
    Reputation : 1
    Language : greek

    In progress How can I edit my text area's background?

    Post by teliosmetonma1 April 11th 2018, 3:17 pm

    A lot of questions today Laughing Razz

    How can I edit my text area's background?

    How can I edit my text area's background? Ice_sc29

    You have the "Explain your problem" picture.
    Ace 1
    Ace 1
    Helper
    Helper


    Male Posts : 843
    Reputation : 64
    Language : English - French?
    Location : Druid Hill Park

    In progress Re: How can I edit my text area's background?

    Post by Ace 1 April 11th 2018, 3:31 pm

    admin panel > display > colors > css

    add:

    Code:
    .sceditor-container iframe, .sceditor-container textarea {
        url(IMG_LINK) no-repeat 50% 50% transparent!important;
    }

    replace
    Code:
    IMG_LINK
    with the image you want
    masterslyyy
    masterslyyy
    Forumember


    Posts : 29
    Reputation : 1
    Language : erik

    In progress Re: How can I edit my text area's background?

    Post by masterslyyy April 12th 2018, 9:48 pm

    @Ace 1 this dont work on my pubb
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How can I edit my text area's background?

    Post by SLGray April 12th 2018, 9:52 pm

    Code:
    .sceditor-container iframe, .sceditor-container textarea {
     Â           background-image: url(IMG_LINK) no-repeat 50% 50% transparent !important;
     Â       }



    How can I edit my text area's background? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    BlackScorpion
    BlackScorpion
    Graphic Designer
    Graphic Designer


    Male Posts : 7044
    Reputation : 920
    Language : English
    Location : USA

    In progress Re: How can I edit my text area's background?

    Post by BlackScorpion April 20th 2018, 5:21 am

    You can also follow Ange Tutuers tutorial for that Add a background image to the editor


      Current date/time is November 11th 2024, 8:03 pm