Re: How to add background image in the responses
Posted: 24 Aug 2010, 00:17
very simple and that's what I put in colours.css
then we must also change .online
because the image is repeated along
Code: Select all
.bg1, .bg2, .bg3 {
background-color: #7b5a47;
background-image: url("{T_THEME_PATH}/images/bg_row.gif");
background-repeat: repeat;
}
then we must also change .online
because the image is repeated along
Code: Select all
.online {
background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
}