#1 2007-08-01 22:25:53

santon
Member
RankingRanking
Registered: 2006-07-31
Posts: 11
Reputation :  [+ 1/ -0 ]
Expertise

CSS Background Image

I am developing a new website but I'm having a lot of trouble with a background image that I want to cover my middle column.

How can i set it .  Please Help smiley-worthy

Offline

 

#2 2007-08-03 21:20:36

cyrus
Member
RankingRanking
Registered: 2006-07-19
Posts: 32
Reputation :  [+ 1/ -0 ]
Expertise

Re: CSS Background Image

I think this may help you to develop your new website

<html>
<head>

<style type="text/css">
body
{
background-image:
url('bgdesert.jpg')
}
</style>

</head>

<body>
</body>

</html>

Last edited by cyrus (2007-08-03 21:24:12)

Offline

 

#3 2007-08-14 04:46:23

mib
Member
RankingRankingRankingRanking
Registered: 2006-07-12
Posts: 188
Reputation :  [+ 13/ -1 ]
Expertise

Re: CSS Background Image

Nice work cyrus . smiley-clapping

Center background image :

<html>
<head>
<style type="text/css">
body
{
background-image:
url('smiley.gif');
background-repeat:
no-repeat;
background-position:
center;
}
</style>
</head>

<body>
</body>
</html>

Offline

 

Board footer

OPML feedsRSS feeds



Powered by WWWThreads Forum
© Copyright 2006, WWWThreads