You are already registered on SiliconIndia.com with this email id. Use this email id as your username and enter the SiliconIndia.com password for
.
You have already been approved for
.Use this email id as your username and enter the SiliconIndia.com password for
.
Email:
Password:
*Phone:
Remember me
Wrong password.
Please wait until approved.
Loading...please wait.
Loading...please wait.
Don't have SiliconIndia account?
Sign up
Forgot your password?
Reset
You have already registered for
.Please wait until you get approved by admin.
I wish to make the payment now.
Please take me to the payment gateway.
Forward this tutorial to your friends & colleague
*Subject
:
*Receiver's email:
Separate emails by comma
*Your name:
*Your email:
Message:
I found an interesting tutorial on SiliconIndia and thought it might be of significance to you as well.
*Type the characters you see in the picture
Cancel
Forwarded successfully.
(Enter correct picture code)
Account details
Registered member of SiliconIndia?
Yes
No
Email:
Password:
Submit
Register
Cancel
Please use your username and password, if you are a registered student
Email:
Password:
Remember me
Not joined?
Join the course now
Forgot your password?
Reset
You have already registered for Web developer course Please wait until you get approved by admin. I wish to make the payment now.
Please take me to the payment gateway.
Courses
Home
News
Viewpoint
Life
Travel
Entertainment
Auto
Gadgets
Sports
Lifestyle
Food
Rankings
Whitepapers
Blogs
Conferences
About Us
Magazine :
Technology
Industry
Healthcare
Enterprise Services
Education
Consultant
Startup
Realestate
Special
Middle East
Web developer
:
Course content
|
How it works
|
Benefits
|
Tutorials
|
Forum
|
Register
|
My class
Become a certified PHP/MySQL developer
Main home
>
Discussion board
> CSS
Discussion board
+Start new topic
Background Image Using CSS
By Pradeep Chikkanna
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 !!!
Reply
Post
Reset
Teacher SiliconIndia replied to Pradeep Chikkanna
Sunday, March 07, 2010
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
Click here to view more answers
All courses