- Set background image.
<html>
<head>
<title>CastorClass.com</title>
<style type=”text/css”>
body{background-image:url (‘image/image.jpg’); ///This is set a image link.
background-repeat:no repeat; //This is use a not repeat image.
background-position:top center; OR background-position:top right; //This is set a image position
}
</style>
</head>
<html>
0 Comments:
Post a Comment