Re: Background image
- From: "Trevor L." <Trevor_L.@Canberra>
- Date: Tue, 18 Jul 2006 13:59:34 +1000
TonyMast wrote:
My background image tiles on the page, how can I stop that.
Thanks
Use this style
body {background: url(myimage.jpg) no-repeat;}
This can either be in an externally linked style *** or in the head
<head>
............
<style type="text/css">
body {background: url(myimage.jpg) no-repeat;}
</style>
.........
</head>
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au
.
- Next by Date: Re: Security
- Next by thread: Re: Security
- Index(es):