RoboHelp 11 not detecting styles in imported CSS
HELP!
When I import a CSS into RoboHelp 11 and then try to map FM12 paragraph styles to the selectors in the CSS, RoboHelp can't seem to see the styles in the CSS. Here's a very simple example from the CSS I'm using to test:
.Heading1{
font-size:1.75em;
margin-bottom: .4em;
font-family:AvenirHeavy;
color:#f00;
}
.Heading2{
font-size:1.5em;
margin-bottom: .4em;
font-family:AvenirHeavy;
color:#f00;
}
.Heading3{
font-size:1.2em;
margin-bottom: .4em;
font-family:AvenirHeavy;
color:#f00;
}
.Heading4{
font-size:1em;
margin-bottom: .4em;
font-family:AvenirHeavy;
color:#f00;
}
The FM para tags are Heading 1, Heading 2, etc., but I can't map them because I can't see the styles in the CSS. HELP!
