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

fromrachel

Member
Joined
Dec 14, 2013
Messages
231
Points
18
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

New member
Joined
Aug 5, 2013
Messages
346
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;
}
 

hoangvu

New member
Joined
Jun 6, 2012
Messages
1,844
Points
0
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

New member
Joined
Mar 28, 2014
Messages
34
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
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
Replies
21
Views
8,648
Replies
2
Views
2,667
Replies
3
Views
3,732
Replies
17
Views
6,648
Newer threads
Latest threads
Replies
1
Views
103
Replies
0
Views
115
Replies
0
Views
167
Replies
5
Views
414
Recommended threads
Replies
1
Views
1,680
Replies
6
Views
7,999
Replies
0
Views
1,703
Replies
14
Views
5,033
Similar threads

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

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