Not really used style sheets before so can anyone help with the following?
The link styles work but it won't show the image or text style in the body tag. It shows them when I haven't got the link styles in though.
<STYLE>
BODY
{
BACKGROUND-IMAGE: url(images/LDwatermark.png);
BACKGROUND-POSITION: left top;
BACKGROUND-REPEAT: no-repeat;
COLOR: navy;
FONT-FAMILY: 'MS Sans Serif';
FONT-SIZE: 10pt;
FONT-WEIGHT: bolder
}
A:visited
{
COLOR: #00ff00
}
A:hover
{
COLOR: #ff00ff
}
A:active
{
COLOR: #0000ff
}
BODY TABLE
{
BACKGROUND-COLOR: #cbd7fc;
COLOR: navy;
FONT-FAMILY: 'Courier New';
FONT-SIZE: 12pt;
FONT-STYLE: italic;
FONT-VARIANT: small-caps;
FONT-WEIGHT: bolder;
TEXT-TRANSFORM: capitalize
}
OPTION
{
COLOR: navy;
FONT-FAMILY: 'MS Sans Serif'
}
INPUT
{
COLOR: navy;
FONT-FAMILY: 'MS Sans Serif'
}
.right
{
TEXT-INDENT: 20%
}
TABLE
{
COLOR: aqua;
FONT-FAMILY: Arial
}
</STYLE>
The link styles work but it won't show the image or text style in the body tag. It shows them when I haven't got the link styles in though.
<STYLE>
BODY
{
BACKGROUND-IMAGE: url(images/LDwatermark.png);
BACKGROUND-POSITION: left top;
BACKGROUND-REPEAT: no-repeat;
COLOR: navy;
FONT-FAMILY: 'MS Sans Serif';
FONT-SIZE: 10pt;
FONT-WEIGHT: bolder
}
A:visited
{
COLOR: #00ff00
}
A:hover
{
COLOR: #ff00ff
}
A:active
{
COLOR: #0000ff
}
BODY TABLE
{
BACKGROUND-COLOR: #cbd7fc;
COLOR: navy;
FONT-FAMILY: 'Courier New';
FONT-SIZE: 12pt;
FONT-STYLE: italic;
FONT-VARIANT: small-caps;
FONT-WEIGHT: bolder;
TEXT-TRANSFORM: capitalize
}
OPTION
{
COLOR: navy;
FONT-FAMILY: 'MS Sans Serif'
}
INPUT
{
COLOR: navy;
FONT-FAMILY: 'MS Sans Serif'
}
.right
{
TEXT-INDENT: 20%
}
TABLE
{
COLOR: aqua;
FONT-FAMILY: Arial
}
</STYLE>