<style type=“text/css”>
1 2 3 4 5 6 7 8 9 10 11 |
body {background-image:url("IMAGEFILE/NameofImage.jpg"); background-repeat:repeat-y; background-position:top center; background-attachment:fixed} </style> |
<style type=“text/css”>
1 2 3 4 5 6 7 8 9 10 11 |
body {background-image:url("IMAGEFILE/NameofImage.jpg"); background-repeat:repeat-y; background-position:top center; background-attachment:fixed} </style> |