Thursday, 23 February 2012

Align background image


<html>
<head>

<style type="text/css">
body
{
background-image:url('your image name');
background-repeat:no-repeat;
background-position:left top;
margin-right:100px;
}
</style>

</head>

<body>
<p>Hello World!</p>
</body>

</html>

No comments:

Post a Comment