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.

how to edit the skin's background?

2 posters

Go down

Solved how to edit the skin's background?

Post by globot May 14th 2011, 12:07 am

I want to change the background of my skin to this:
how to edit the skin's background? 29c8ghv
but I can't figure out how.

How do I do this? I chose a premade skin but I want some things replaced.

Here is the CSS of the skin:
Spoiler:


Last edited by globot on May 14th 2011, 12:23 am; edited 1 time in total
avatar
globot
New Member

Posts : 10
Reputation : 0
Language : United States

Back to top Go down

Solved Re: how to edit the skin's background?

Post by Mike May 14th 2011, 12:16 am

Is this going to be your logo?

If it's your logo go to -> ACP -> Design -> Pics Management -> Board logo and upload the image...

or in the CSS do:

Code:
background-image:url(yourimage);
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: how to edit the skin's background?

Post by globot May 14th 2011, 12:21 am

No, i never said anything about a logo. o.O
avatar
globot
New Member

Posts : 10
Reputation : 0
Language : United States

Back to top Go down

Solved Re: how to edit the skin's background?

Post by Mike May 14th 2011, 12:22 am

I assumed, since it looks like a logo
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: how to edit the skin's background?

Post by globot May 14th 2011, 12:24 am

Do you know how to change a skin's background? The background is black, and I want it to be the blue stripe picture.

I want to change the black here-
http://bpediting.forumotion.com/
avatar
globot
New Member

Posts : 10
Reputation : 0
Language : United States

Back to top Go down

Solved Re: how to edit the skin's background?

Post by Mike May 14th 2011, 12:35 am

OH!

body {
background-color: #000;
background-image: url('https://2img.net/h/oi52.tinypic.com/29c8ghv.png');
background-attachment: fixed;
background-repeat: repeat-xy;
font-size: 12px;
font-family: Verdana,Arial,Helvetica,sans-serif;

}

try this.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum