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

CSS ordered list w/ no indent

Guest
Sep 19, 2013 Sep 19, 2013

Using RH v 10 on win 7.

I want the ordered lists in my topic to be left aligned (no indent). I look in my CSS file under OL and set left to 0px. Numbers are still indented. here's the HTML code for OL:

<ol style="list-style: decimal;">

In the CSS file, there is no style by this name (decimal). where is RH picking up this style?

My project is set to use my desired CSS file and i see the correct styles in styles list.

I see no style by name of "decimal"

Where else should i look? I assume this is a special RH numbering feature.

If i simply use <ol> for my tag there is no numbering in design view.

TOPICS
Classic
1.8K
Translate
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 ,
Sep 20, 2013 Sep 20, 2013
LATEST

Hi,

You must set the margin of the ol and li elements, for exaple:

ol {

margin-left: 0;

}

ol li {

margin-left: 0;

}

The decimal tells RH which numbering to use. You can remove it there and add the following to the OL in the CSS:

list-style: decimal;

Greet,

Willam

Translate
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