Topic: [Question] Adding image to oxygen background
How do I add an image to my oxygen style background?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 additions → [Question] Adding image to oxygen background
How do I add an image to my oxygen style background?
You need to add
background-image: url(../images/bg.gif);
to style/Oxygen/oxygen.css or oxygen_cs.css
see this post also
I add that where in the oxygen file?
I did it in style_cs.css
/* General colour scheme
----------------------------------------------------------------*/
body {
background: #000;
color: #C3C2C2;
background: #000 url(ch.jpg);
}
How do I adjust the image to show in full background? it shows in squares, Can somebody help me???
here is my site for to look at what I mean...
PunBB Forums → PunBB 1.3 additions → [Question] Adding image to oxygen background
Powered by PunBB, supported by Informer Technologies, Inc.