site check
site check
Out of context: Reply #12
- Started
- Last post
- 19 Responses
- dippy0
Another technique: In the <head> of your HTML page, insert this code:
<style type="text/css">
body {
background-image: url(old_man.gif);
background-position: 100% 100%;
background-repeat: no-repeat;
background-attachment: fixed;
}
<style>Just replace "old_man.gif" with whatever your image is.