<html>
<head>
<title>background image</title>
<style type="text/css">
body
{
background-image:url(place your image path and name with extension);
background-position:bottom right;
background-repeat:no-repeat;
background-attachment:fixed;}
p{
font-size:18pt;
color:#aa5588;
text-indent:10px;
font-family:arial,sans-serif;}
.dark{font-weight:bold;}
</style>
</head>
<body>
<p>this example uses the background image,background position,background attachment styles to place the image <span class="dark">
dietel &
associates,Inc</span> logo in the bottom right corner of the page</p>
</body>
</html>
No comments:
Post a Comment