Skip to main content
Inspiring
April 20, 2011
질문

Font of alpha list bullets is different from the bullet text

  • April 20, 2011
  • 1 답변
  • 963 조회

TCS3/FM10/RH9

Windows XP

I have several alpha lists and the font of the alpha bullet is different from the font of the alpha bullet.  How do I change this in CSS?

Thanks in advance.

이 주제는 답변이 닫혔습니다.

1 답변

Willam van Weelden
Inspiring
April 21, 2011

Hi,

So the font of the list character is different from the font of the paragraph? Do you convert the FM autonumber to a HTML list, or to hard text?

Greet,

Willam

cvgs작성자
Inspiring
April 21, 2011

William,

Yes, the font of the list character is different from the font of the paragraph.  I have converted the autonumber to an HTML list.

Willam van Weelden
Inspiring
April 21, 2011

Hi,

Can you post the HTML of such a generated list? That makes it easier to come up with a solution.

You can allways set a default font for ordered lists in your style sheet, to insure that you allways use the same font. For example, to use Arial as the default font for all your ordered lists, add:

ol { font-family: Arial, sans-serif; }

to your style sheet. Since you seem to have a problem with a specific list type, it might be better to set the styling for only the specific list style.

Greet,

Willam