Problem  on editor image Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Problem on editor image

    Scarlet D.
    Scarlet D.
    Forumember


    Male Posts : 130
    Reputation : 2
    Language : Greek,English
    Location : Athens,Greece

    Solved Problem on editor image

    Post by Scarlet D. September 12th 2015, 7:27 pm

    Technical Details


    Forum version : #phpBB3
    Position : Founder
    Concerned browser(s) : Mozilla Firefox, Google Chrome, Safari
    Who the problem concerns : All members
    Forum link : http://onepiecegr.forum-pro.org/

    Description of problem

    hi there I recently read the guide on how to add background to editor on this topic

    https://help.forumotion.com/t131617-add-a-background-image-to-the-editor

    seems like my code

    .sceditor-container iframe, .sceditor-container textarea {
    background:url(https://2img.net/h/oi62.tinypic.com/i41kcx.png)no-repeat center;

    is not working at all, when I remove the "no-repeat" and "center" from the code it works but the image is in the wrong place. What am I doing wrong anyway? can you please edit the script so that the image of the editor would be always on center of the editor? (on quick post and preview version)


    Last edited by Heartsealed on September 12th 2015, 8:00 pm; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Problem on editor image

    Post by SLGray September 12th 2015, 7:35 pm

    In your CSS style sheet, is there is a space between ) no?



    Problem  on editor image Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Scarlet D.
    Scarlet D.
    Forumember


    Male Posts : 130
    Reputation : 2
    Language : Greek,English
    Location : Athens,Greece

    Solved Re: Problem on editor image

    Post by Scarlet D. September 12th 2015, 7:44 pm

    there wasn't, I put it, but there is no difference unfortunaly
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Problem on editor image

    Post by SLGray September 12th 2015, 7:56 pm

    Code:
    .sceditor-container iframe, .sceditor-container textarea {
        background:url(http://i62.tinypic.com/i41kcx.png) no-repeat center !important;
    )



    Problem  on editor image Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Scarlet D.
    Scarlet D.
    Forumember


    Male Posts : 130
    Reputation : 2
    Language : Greek,English
    Location : Athens,Greece

    Solved Re: Problem on editor image

    Post by Scarlet D. September 12th 2015, 7:59 pm

    you put ) instead of } in the end ^^

    ok it worked!Just the thanks button is not enough to show my gratidude I was trying to do this for like one hour XD
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Problem on editor image

    Post by SLGray September 12th 2015, 8:09 pm

    You're welcome.

    Topic solved and archived



    Problem  on editor image Slgray10

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