Importing note and warning images (assigned via reference pages)
Hi all,
I am importing a document that contains warning and note images that are assigned to certein paragraph styles via the reference pages. Naturally these do not convert using the standard settings.
My first attempt was to assign numbering settings to these paragraphs before importing and to use the 'convert to HTML list' setting. Then I tried to assign image styles to the generated lists in the CSS using list-style: url("image_for_warning.jpg");
If I assing this to the paragraph styles (p.something) then it works in preview, but most browsers dont support it.
The problem: Robohelp generates an awfull mess when converting lists to HTML.
When I use an ordered numbering setting in FM, then Robohelp creates this:
<ol >
<li style="1"><p class="warning">..
When I use an unordered numbering setting in FM (using characters as bullets), Robohelp generates this:
<ul type="disc">
<li><p class="warning">..
I never get a clean HTML list with a specific style assigned to the UL. Any ideas to this?
Robert
