PDA

View Full Version : same with Vb.org?


JohorBahru
01-19-2009, 01:40 PM
how do i change my rating system like vb.org
https://vborg.vbsupport.ru/showthread.php?t=196587

how do i set my background to a repeating picture instead of single colour..
just like vb.org...
https://vborg.vbsupport.ru/images/cstyle/blue/bodybkgd950px.jpg

thanks

Winterworks
01-19-2009, 01:43 PM
To make your background an image, and repeat, in AdminCP -> Style Manager -> Style You Want -> All Style Options -> Page Background,

add this code...

#000000 url(images/misc/background.gif) repeat-x top left

(obviously change the link to whatever the image is)

JohorBahru
01-20-2009, 12:14 PM
how about the rating system on top??

Dismounted
01-21-2009, 03:11 AM
Search "rating" in "All Mods" for "Titles Only".

JohorBahru
02-17-2009, 10:15 AM
To make your background an image, and repeat, in AdminCP -> Style Manager -> Style You Want -> All Style Options -> Page Background,

add this code...

#000000 url(images/misc/background.gif) repeat-x top left

(obviously change the link to whatever the image is)

I had tried a thousand times already, yet it is not working :(

i used to set background colour at "Body (Customized in this Style)"
and set the "Background" to what ever colour i want

but you taught me add this code
#000000 url(images/misc/background.gif) repeat-x top left

but i tried to put it at "Extra CSS Attributes" or "Font Color", but it was not working :(
it can't override the "Background"

or could you tell me where should i add this code at?:)

thank you

--------------- Added 1234874234 at 1234874234 ---------------

i think i found the problem, shd be y not x
but i still getting this error, the background offset
http://img519.imageshack.us/img519/9800/problemct7.png

--------------- Added 1234875705 at 1234875705 ---------------

and how to make the footer as black colour as the vb.org?