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

Nested bullet lists and paragraph indents

Guest
Oct 02, 2009 Oct 02, 2009

Hello, does anyone have any advice for when one's lists and alignments look okay in Firefox but look terrible in Internet Explorer? I have trouble with all my lists when converting a FrameMaker manual to FlashHelp and I have to go into the HTML for troublesome topics and add <ul> tags, etc. to make my lists appear okay. They look fine in Firefox but awful in IE (bullets appear under initial letters, alignment of paras if all wrong, etc. My next attempt will be to go into the CSS and see if I can change some paramters but is there something I'm obviously missing or any brower exception code I can place in headers, etc?

I'm attaching jpegs of the lists and of the html

Thanks in advance.

749
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 ,
Oct 05, 2009 Oct 05, 2009

Hi,

Your list is not nested correctly, but that shouldn't matter too much... The correct syntax is:

<ul>

     <li>xxx

     <ul>

          <li>xxx</li>

     </ul>

     </li>

</ul>

And I do think that your problem is css related, it might be something with the list-style-position, I found that the inside value gave me problems in IE.

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
Guest
Oct 13, 2009 Oct 13, 2009
LATEST

Thanks, I tried changing the CSS but no luck. It was only when I unmapped the FM style and returned it to its 'source' that things looked better in IE. Still not perfect though. After three years I'm still to produce a Help file from Framemaker using Robohelp that I'm remotely happy with.

Sabu

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