Log in

View Full Version : Noob question


G_Gekko
10-18-2006, 12:32 AM
I know this is an extreme newbie question but I just can't seem to get it to work. How do I put a background image to a cell when making a skin?

The cells in question is in header/footer ie n generated by VB.

RS_Jelle
10-18-2006, 05:45 AM
You can edit those footer background images very easily:
AdminCP -> Styles & Templates -> Style Manager -> Main CSS (select it in the dropdown box of a style)

There you can edit them: "Table Footer" etc.

Adding your own custom background image:
<td style="background-image: url(images/gradients/newbackground.gif)">test</td>
You can find some more information about this here (http://www.w3schools.com/css/css_background.asp) ;)