Thursday, 23 February 2012

Setting image as background



<html>
<head>
<style type="text/css">
body {background-image:url('your image name example yourimage.jpg');}
</style>
</head>
<body>
<p>Hello all</p>
</body>

</html>

No comments:

Post a Comment