Hi,
I've declared a style sheet as follows:
<STYLE TYPE='text/css'>
<!- -//
.Hi {background: #COFFFF}
// - ->
</STYLE>
And within my document I've got:
<SPAN CLASS='Hi'>Blah Blah Blah</SPAN>
I hoped to get text on a yellow background, but I don't. What am I doing wrong please? I've tried background-color and bgcolor instead of background but they don't work either.
- Andy.
I've declared a style sheet as follows:
<STYLE TYPE='text/css'>
<!- -//
.Hi {background: #COFFFF}
// - ->
</STYLE>
And within my document I've got:
<SPAN CLASS='Hi'>Blah Blah Blah</SPAN>
I hoped to get text on a yellow background, but I don't. What am I doing wrong please? I've tried background-color and bgcolor instead of background but they don't work either.
- Andy.