• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Changing Styles for Numbering

New Here ,
Oct 19, 2009 Oct 19, 2009

Copy link to clipboard

Copied

I am using RoboHelp HTML Version 8

When I select the "create a numbered list" button. The number appears in a different font from the text. I selected Format/Styles/Normal, but I don't see how to change it.

thanks

Views

433

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 19, 2009 Oct 19, 2009

Copy link to clipboard

Copied

LATEST

Hi,

With the Normal style, you set the font of the paragraph and not of the list. If you do not style the list, the browser will return to the default. The easiest things to do (in my opinion ) are:

- Create a list style and apply it to eacht list: Right click | Bullets and Numbering | Custom | Pick your custom style.

- If you always want a list to use a standard font, open your style sheet in an external editor and add the following code:

     OL, UL { font-family: Arial; }

     Change Arial to the name of the font you want to use.

Note: If you use a font with spaces in the name, such as Courier New, place the name between quotes: font-family: "Courier New";

Note: As an 'extra' you can add any other standard styling to all your lists by adding more styling between the brackets.

Greet,

Willam

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp