Customizing SMF > Graphics and Templates

how put background images in SMF forum ?

<< < (2/3) > >>

Grudge:
Well - looking at the source for one thing you have TWO body tags next to each other. One with a colour and one with an image. As for the problems of it backgrounding onto the table... maybe those cells are set with transparent backgrounds?

edi67:
well with u help i obtained something better look:

http://attack.altervista.org/yabbse/index.php

but again i want that my Table have one colour and not background image as u told me may be them are transparent background

how i can have them with not tranparente background ?

Aoshi:
You have this somewhere in your css file:


--- Code: ---/* By default (td, body..) use Tahoma in black. */
body, td
{
background-image: url(/yabbse/Themes/default/images/write4.jpg);
color: #000000;
font-size: small;
font-family: Tahoma, arial, helvetica, serif;
}

body
{
margin: 0px;
padding: 0px;
}
--- End code ---


change to this:

--- Code: ---/* By default (td, body..) use Tahoma in black. */
body, td
{
color: #000000;
font-size: small;
font-family: Tahoma, arial, helvetica, serif;
}

body
{
background-image: url(/yabbse/Themes/default/images/write4.jpg);
margin: 0px;
padding: 0px;
}
--- End code ---

edi67:
ohh great Aoshi ...i can offer u o cup of tea ? thank so much   ;D

too u grudge

you are the best...thank

sorry i can ask u another little think as in this forum i see in my forum my avatar in table in high part of screen but there is one difference

there i see my avatar correctly in full height in my forum:

http://attack.altervista.org/yabbse/index.php

i see my avatar image in half heigh not full heigh

Aoshi:
http://www.simplemachines.org/community/index.php?topic=7253.0

There's code there that removes that avatar entirely.

Last post of that thread asks if there's a way to resize it as it does in a thread. Someone will post a solution, I'm sure.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version