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,835
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
9,397
Replies
2
Views
2,919
Replies
3
Views
4,064
Replies
17
Views
7,029
Newer threads
Latest threads
Replies
0
Views
98
Replies
0
Views
8
Replies
2
Views
567
Replies
3
Views
571
Recommended threads
Replies
5
Views
5,430
Replies
3
Views
3,020
Replies
3
Views
2,467
Replies
14
Views
5,613
Similar threads
Top