Forum : Background Image Using CSS
Brief description  about Online courses   join in Online courses
View Pradeep  Chikkanna 's Profile

Background Image Using CSS

Hi All,
Please let me know the code to apply a background image using CSS... I tried this but did not work

body {
background-image: image/banner12.jpg;
}


Thanks for the reply in Advance !!!
Asked by Pradeep Chikkanna | Mar 7, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
body{
margin:0px;
padding:0px;
background-image:url(images/banner.jpg); background-repeat:no-repeat;
}

You are missing to write "url" use top code it will come


Regards

Mar 7, 2010