ProtoChrome
Veteran Member
I have an idea SO smart, that my head would explode if I even begin to know what I was talking about
Posts: 164
|
Post by ProtoChrome on Jun 3, 2005 14:12:49 GMT -5
<style type="text/css"> <!-- .catbg {background-image: url (URL OF YOUR IMAGE HERE);} .titlebg {background-image: url (URL OF YOUR IMAGE HERE);} .menubg {background-image: url (URL OF YOUR IMAGE HERE);} .windowbg {background-image: url(URL OF YOUR IMAGE);} .windowbg2 {background-image: url(URL OF YOUR IMAGE); } .bordercolor {background-image: url(URL OF YOUR IMAGE); } .welcomebg {background-image: url(URL OF YOUR IMAGE); } --> </style>
Ok I was working on my new PB forum (My forum is V3) and I made some Gradients for them I got them hosted at PhotoBucket and added them in there places in the code and I added the code to all my headers and some of the gradients didn't show even though I typed the URL right. P.S. Will this code work for version 4?
|
|
|
Post by Bradley on Jun 3, 2005 14:52:45 GMT -5
.welcomebg is no loner a valid class. Remove that. Can I see the URL's you were/are (trying) to use?
|
|
|
Post by Tommy Huynh on Jun 3, 2005 22:36:50 GMT -5
You might want to add
background-repeat: repeat;
to the CSS properties within each class. =)
|
|
ProtoChrome
Veteran Member
I have an idea SO smart, that my head would explode if I even begin to know what I was talking about
Posts: 164
|
Post by ProtoChrome on Jun 4, 2005 12:50:49 GMT -5
You might want to add background-repeat: repeat; to the CSS properties within each class. =) I don't know where that is.
|
|
|
Post by Bradley on Jun 4, 2005 12:53:26 GMT -5
Try this then:
<style type="text/css"> .catbg {background: url (URL OF YOUR IMAGE HERE) repeat top center;} .titlebg {background: url (URL OF YOUR IMAGE HERE) repeat top center;} .menubg {background: url (URL OF YOUR IMAGE HERE) repeat top center;} .windowbg {background: url(URL OF YOUR IMAGE) repeat top center;} .windowbg2 {background: url(URL OF YOUR IMAGE) repeat top center;} .bordercolor {background: url(URL OF YOUR IMAGE) repeat top center;} </style>
|
|
ProtoChrome
Veteran Member
I have an idea SO smart, that my head would explode if I even begin to know what I was talking about
Posts: 164
|
Post by ProtoChrome on Jun 4, 2005 12:55:38 GMT -5
Try this then: <style type="text/css"> .catbg {background: url (URL OF YOUR IMAGE HERE) repeat top center;} .titlebg {background: url (URL OF YOUR IMAGE HERE) repeat top center;} .menubg {background: url (URL OF YOUR IMAGE HERE) repeat top center;} .windowbg {background: url(URL OF YOUR IMAGE) repeat top center;} .windowbg2 {background: url(URL OF YOUR IMAGE) repeat top center;} .bordercolor {background: url(URL OF YOUR IMAGE) repeat top center;} </style>Ok thanks
|
|
ProtoChrome
Veteran Member
I have an idea SO smart, that my head would explode if I even begin to know what I was talking about
Posts: 164
|
Post by ProtoChrome on Jun 4, 2005 13:06:51 GMT -5
That made it worse.
|
|
|
Post by Bradley on Jun 4, 2005 14:55:53 GMT -5
How could it be worse if it wasn't working before? What's the URL to one of your images? I think the probelm may lie with them.
|
|