Question
Can I prevent Inline Styles?
The issue:
I author from the HTML view. When a character tag immediately follows a paragraph tag, RoboHelp automatically adds inline styles to the character tag. Even if I delete the extra style, it will always return the next time I view the file.
Examples:
• I enter <li><em>. The next time I view the file in RoboHelp the tags become <li><em style="font-style: italic;">.
• Also occurs with <p><code> combinations I use frequently.
What I’ve found so far:
• Even if I delete the extra style, it will always return the next time I view the file.
• Issue does not occur when there is an actual character between paragraph tag and character tag. For example RoboHelp does not add inline styles if the tags are spaced similar to the following: <li>A<em>. It must be a character, spaces don’t work.
• I recently upgraded from RoboHelp 6 to RoboHelp 7. I'm not sure if that makes a difference or not.
Desired Outcome:
I need a way to prevent RoboHelp from adding any inline styles. The styles I use are constantly changing, so all my styles are defined in a CSS. I need to be able to change styles in the CSS and have it apply to all my content. This is why it is important to me that there not be any inline styles I would have to manually search for and replace.
I appreciate if anyone has any feedback.
I author from the HTML view. When a character tag immediately follows a paragraph tag, RoboHelp automatically adds inline styles to the character tag. Even if I delete the extra style, it will always return the next time I view the file.
Examples:
• I enter <li><em>. The next time I view the file in RoboHelp the tags become <li><em style="font-style: italic;">.
• Also occurs with <p><code> combinations I use frequently.
What I’ve found so far:
• Even if I delete the extra style, it will always return the next time I view the file.
• Issue does not occur when there is an actual character between paragraph tag and character tag. For example RoboHelp does not add inline styles if the tags are spaced similar to the following: <li>A<em>. It must be a character, spaces don’t work.
• I recently upgraded from RoboHelp 6 to RoboHelp 7. I'm not sure if that makes a difference or not.
Desired Outcome:
I need a way to prevent RoboHelp from adding any inline styles. The styles I use are constantly changing, so all my styles are defined in a CSS. I need to be able to change styles in the CSS and have it apply to all my content. This is why it is important to me that there not be any inline styles I would have to manually search for and replace.
I appreciate if anyone has any feedback.
