O
Otuatail
Can anyone help me as I am new to style sheets. I have managed to change fonts
but I can't get the background to work. here is the style sheet code.
Thanks.
<style>
body {background-image:url(file:images/marble.gif);}
..headline
{
FONT-SIZE: 22pt;
COLOR: sienna;
FONT-FAMILY: 'Times New Roman'
}
..standard
{
FONT-SIZE: 12pt;
COLOR: black;
FONT-FAMILY: Arial
}
..Menu
{
FONT-SIZE: 14pt;
COLOR: sienna;
FONT-FAMILY: 'Times New Roman'
}
</style>
but I can't get the background to work. here is the style sheet code.
Thanks.
<style>
body {background-image:url(file:images/marble.gif);}
..headline
{
FONT-SIZE: 22pt;
COLOR: sienna;
FONT-FAMILY: 'Times New Roman'
}
..standard
{
FONT-SIZE: 12pt;
COLOR: black;
FONT-FAMILY: Arial
}
..Menu
{
FONT-SIZE: 14pt;
COLOR: sienna;
FONT-FAMILY: 'Times New Roman'
}
</style>