Hi peeps.
Can anyone give me the CSS code to change the single colour background to a pic in the chatbox window.
I've tried submitting this code.....
body.chatbox {
background-image: https://i.servimg.com/u/f45/16/65/78/28/image110.jpg;
}
body.chatbox {
background-color: none;
}
but nothing changes.
Thanks
My Stupid...code should have read...
background-image: url('https://i.servimg.com/u/f45/16/65/78/28/image110.jpg');
Sorry, (but it may help somebody else )
Thanks for the reply Coddy !
SOLVED
Can anyone give me the CSS code to change the single colour background to a pic in the chatbox window.
I've tried submitting this code.....
body.chatbox {
background-image: https://i.servimg.com/u/f45/16/65/78/28/image110.jpg;
}
body.chatbox {
background-color: none;
}
but nothing changes.
Thanks
My Stupid...code should have read...
background-image: url('https://i.servimg.com/u/f45/16/65/78/28/image110.jpg');
Sorry, (but it may help somebody else )
Thanks for the reply Coddy !
SOLVED
Last edited by Jubbahey#2 on May 11th 2012, 10:31 am; edited 3 times in total