Ok...here is a link...
TEST
Also, it shows the bottom image correctly in SAFARI, but not FF? But the top image doesn't show at all.
I just tried changing the top image to this...
----
body
{
font: 8pt/16pt georgia;
color: #555753;
background: #d9d5ce url(../images/poloroid.jpg) no-repeat bottom right;
margin: 0;
}
p
{
font: 8pt/16pt georgia;
margin-top: 0px;
text-align: justify;
}
h1
{
color: #555753
background: url(../images/graydesign_bg.jpg) repeat-x;
padding: 0pt
}
h3
{
font: italic normal 12pt georgia;
letter-spacing: 1px;
margin-bottom: 0px;
color: #7D775C;
}
a:link
{
font-weight: bold;
text-decoration: none;
color: #B7A5DF;
}
a:visited
{
font-weight: bold;
text-decoration: none;
color: #D4CDDC;
}
a:hover, a:active {
text-decoration: underline;
color: #9685BA;
}
------
Now I'm getting an error in there.
Thank you in advance if you can get me in the right direction!
__________________