Re: Background image

Tech-Archive recommends: Fix windows errors by optimizing your registry



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


.


Quantcast