Staff background Invision - Page 2 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.
5 posters

    Staff background Invision

    gale
    gale
    Forumember


    Posts : 104
    Reputation : 1
    Language : p.p

    Solved Staff background Invision

    Post by gale March 13th 2013, 2:43 pm

    First topic message reminder :

    Somebody help me copy and paste the tut here: http://www.malware-site.www/t17-how-to-modify-the-post-background-of-a-specific-user


    Cant access for some reason :/ thanks!
    gale
    gale
    Forumember


    Posts : 104
    Reputation : 1
    Language : p.p

    Solved Re: Staff background Invision

    Post by gale March 16th 2013, 6:56 am

    **facepalm** forget that >_> could you just tell me how to do the css of an image Very Happy i dont want to use gradient anymore...just an image. Thank you sanket!
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Staff background Invision

    Post by Sanket March 16th 2013, 7:04 am

    Gradient is an image. Shocked
    The other option would be to use a color. Just a basic color.
    gale
    gale
    Forumember


    Posts : 104
    Reputation : 1
    Language : p.p

    Solved Re: Staff background Invision

    Post by gale March 16th 2013, 7:05 am

    Sanket wrote:Gradient is an image. Shocked
    The other option would be to use a color. Just a basic color.
    I mean the gradient i use now is a css gradient >_> its all codish... whats the code for replacing it with image Very Happy
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Staff background Invision

    Post by Sanket March 16th 2013, 7:11 am

    Sorry, but I don't understand what you are saying. Yes the gradient image is added via css, there is no way other than this to add it?
    gale
    gale
    Forumember


    Posts : 104
    Reputation : 1
    Language : p.p

    Solved Re: Staff background Invision

    Post by gale March 16th 2013, 7:18 am

    Sanket wrote:Sorry, but I don't understand what you are saying. Yes the gradient image is added via css, there is no way other than this to add it?
    Hmm i mean i dont want to use a css gradient effect Sad I want to use an image as background Very Happy
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Staff background Invision

    Post by Sanket March 16th 2013, 7:19 am

    Oh, then just add the image url instead of the gradient image url.
    gale
    gale
    Forumember


    Posts : 104
    Reputation : 1
    Language : p.p

    Solved Re: Staff background Invision

    Post by gale March 16th 2013, 7:23 am

    Sanket wrote:Oh, then just add the image url instead of the gradient image url.
    >_> but i dont know how to do img code >_> im using a gradient off a gradient css maker D:
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Staff background Invision

    Post by Sanket March 16th 2013, 7:24 am

    You don't need a image code. You just need the image url.
    Like this.
    https://i.servimg.com/u/f62/11/22/70/40/fmchro10.png
    gale
    gale
    Forumember


    Posts : 104
    Reputation : 1
    Language : p.p

    Solved Re: Staff background Invision

    Post by gale March 16th 2013, 7:25 am

    Sanket wrote:You don't need a image code. You just need the image url.
    Like this.
    https://i.servimg.com/u/f62/11/22/70/40/fmchro10.png
    so basically... the css would be

    ".adminposts {
    "https://i.imgur.com/EizwgvF.png"
    }
    "
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Staff background Invision

    Post by Sanket March 16th 2013, 7:27 am

    This seems incomplete.
    Whats the css code that you added earlier?
    gale
    gale
    Forumember


    Posts : 104
    Reputation : 1
    Language : p.p

    Solved Re: Staff background Invision

    Post by gale March 16th 2013, 7:28 am

    .adminposts {
    <the long gradient thingy>
    }
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Staff background Invision

    Post by Sanket March 16th 2013, 7:29 am

    Please add whatever you are adding.
    gale
    gale
    Forumember


    Posts : 104
    Reputation : 1
    Language : p.p

    Solved Re: Staff background Invision

    Post by gale March 16th 2013, 7:39 am

    Never mind I got it Very Happy

    Its this: .adminposts {
    background: url("https://i.imgur.com/EizwgvF.png") !important;
    }

    Result: http://prntscr.com/wicfd

    This is now solved ;D Thanks for all the help sanket and leelo Very Happy
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Staff background Invision

    Post by Sanket March 16th 2013, 7:46 am

    Topic Solved & Locked