Thanks but thats the wrong one. i found it though.
Code:
<style type="text/css">
<!--
body { font-family: Georgia, "Times New Roman",
Times, serif;
color: white;
{background-image: url(HHBg1.jpg);}
a:link {color: #669966;}
a:visited {color: #99cc66;}
a:active {color: #ff3333;}
a:hover {background-color: #ff9900;}
a {text-decoration: none;}
p {font-size: 20px;}
-->
</style>
If you look at
Code:
body { font-family: Georgia, "Times New Roman",
Times, serif;
color: white;
{background-image: url(HHBg1.jpg);}
more specifically
Code:
{background-image: url(HHBg1.jpg);}
try removing the first { before background-image. that should do the trick. For the background at least.
Bookmarks