Hi geckoday
Thanks for your help ive tried what you said above but still no joy, i removed the BODY so it know looks like this.
Quote:
DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
COLOR: #2c3e49;
FONT-SIZE: 11px;
}
|
And added the font family etc to the body defination as you said, presuming ive done it correct, so it looks like this
Quote:
HTML,BODY{
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
COLOR: #2c3e49;
FONT-SIZE: 11px;
background-image: url(images/man7.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
MARGIN: 0px;
PADDING: 0px;
}
|
Still hasn't fixed the problem unfortuantly, appreciate your help.
Regards Dean