B
Becky
We're using CSS, and within the Body definition, we have the following:
body {
background: #D1C9AD;
color: #000000;
padding: 0;
text-align: center;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 1em;
margin-left: 0;
margin-right: 0;
margin-top: 15px;
margin-bottom: 0px;
list-style: decimal;
}
The problem is, when in the htm page in 2003 which references the above CSS,
if I click on the numbered list option, I receive a disc, not a number.
What am I doing wrong?
body {
background: #D1C9AD;
color: #000000;
padding: 0;
text-align: center;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 1em;
margin-left: 0;
margin-right: 0;
margin-top: 15px;
margin-bottom: 0px;
list-style: decimal;
}
The problem is, when in the htm page in 2003 which references the above CSS,
if I click on the numbered list option, I receive a disc, not a number.
What am I doing wrong?