How to make a picture as a background of Web Page?

fromrachel

Well-known member
Registered
Joined
Dec 14, 2013
Messages
94
Points
0
If I want to put an image in the background then what should I need to do? Actually I do not know that how to do it.... please suggest, thanks.
 

BloodMaster

Well-known member
Registered
Joined
Aug 5, 2013
Messages
93
Points
0
If I want to put an image in the background then what should I need to do? Actually I do not know that how to do it.... please suggest, thanks.
Only write background-image: URL; into body element of CSS.

For Example::

Body{
background-image: URL;
}

OR

Body{
background: URL;
}
 

Marc0

Well-known member
Registered
Joined
Jun 6, 2012
Messages
890
Points
28
I agree with pryidevsblog, using Css background to make background for a image on webpage, it's easy to do. You can use it inline in your html code
for example:
< div style="background(URL_of_image) no-repeat top left;">content</div>
 

ravemediaph_ronnie

Member
Registered
Joined
Mar 28, 2014
Messages
28
Points
0
for the very beginner who doesnt know how to use css yet.

<body background="url">

but you must use css to style your pages
 

Shalini

New member
Registered
Joined
Jan 23, 2014
Messages
1
Points
0
To apply background please use this code.
<BODY BACKGROUND="bg.gif" BGCOLOR="color-code" BGPROPERTIES="FIXED">
 
Older Threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top