CCS; Background Image Help 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

    CCS; Background Image Help

    avatar
    Guest
    Guest


    Solved CCS; Background Image Help

    Post by Guest July 26th 2015, 8:56 pm

    Technical Details

    Forum version : #phpBB2
    Position : Founder
    Concerned browser(s) : Google Chrome
    Screenshot of problem : https://i.servimg.com/u/f18/18/90/00/84/troubl10.png
    Who the problem concerns : All members
    Forum link : http://draxgd.forumotion.com

    Description of problem

    As you can see, I placed a background image in my editor but I'm trying to make the image stop repeating and be centered in the box. I tried following these Steps, but still to no avail. I'm having trouble with the CCS code to get it right. Any help would be greatly appreciated. Thanks!


    Last edited by Draxion on July 27th 2015, 4:28 am; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: CCS; Background Image Help

    Post by SLGray July 27th 2015, 1:51 am

    Did you add this to the CSS code?
    Code:
    background-repeat:  no-repeat !important;



    CCS; Background Image Help Slgray10

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


    Solved Re: CCS; Background Image Help

    Post by Guest July 27th 2015, 2:53 am

    SLGray wrote:Did you add this to the CSS code?
    Code:
    background-repeat:  no-repeat !important;

    Okay, that seemed to had stopped the repeating, but how can I center it? I tried this code, but it didn't work.
    Code:
    background-position:  center !important;
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Solved Re: CCS; Background Image Help

    Post by Pizza Boi July 27th 2015, 4:01 am

    Hi Very Happy

    Try this:

    Code:
    .sceditor-container textarea {
      color: ####### !important;
      background: url(IMG URL HERE) no-repeat !important;
      background-position: center !important;
    }

    Regards,
    Pizza Boi
    avatar
    Guest
    Guest


    Solved Re: CCS; Background Image Help

    Post by Guest July 27th 2015, 4:27 am

    Hey, @Pizza Boi

    Sorry to say the code you gave me didn't work, but I did fix it myself.

    Thanks though. Smile
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: CCS; Background Image Help

    Post by SLGray July 27th 2015, 5:54 am

    Topic solved and archived



    CCS; Background Image Help Slgray10

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