Customizing SMF > Graphics and Templates
how put background images in SMF forum ?
edi67:
is possible have one images in background of my forum SMF ? similar as i made in yabbse ...
i dont know which comand i must write for this and where .
before i have this <body background="/write4.jpg" >
but now not work
Grudge:
Find the CSS for the body tag (It's in style.css by default). And then add this to the CSS for it:
--- Code: ---background-image: url("write4.jpg");
--- End code ---
You may or may not need the quotes, I never remember.
edi67:
i done this but not work with quote and without quote. :(
Grudge:
OK. Apparantly it doesn't need the quotes anyway. What about doing a full path to the image. Or like .\write4.jpg, or \write4.jpg. I'm not very good at CSS but I can't see why it wouldn't work. The only thing is that the path you gave will be expecting the image to be found in the same directory as your forum root and NOT the themes sub directory. Stick write4.jpg in your forum root directory and it may work...
edi67:
i changed path and i obtained this :
http://attack.altervista.org/yabbse/index.php
as u see background is all around table but not as i wanted as background images as this:
http://www.ediboard.altervista.org/yabbse/index.php
Thank for u patience with me
Navigation
[0] Message Index
[#] Next page
Go to full version