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,645
Replies
2
Views
2,665
Replies
3
Views
3,730
Replies
17
Views
6,647
Newer threads
Latest threads
Replies
0
Views
9
Replies
0
Views
123
Replies
2
Views
330
Recommended threads
Replies
11
Views
5,518
Replies
1
Views
2,268
Similar 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