I am trying to add background image , on my css file
I add the code
for body
body
{
background-image: url(Images/WebLayout/bodybkg3.png);
background-repeat: repeat;
}
but its not working in both browsers firefox and IE
*note I am using visual studio 2005 but when I put background-color:#3f0503;
its works.
any Idea???
Thanks
Maran