Getting Topic View to Display Styles Correctly
This post may be related to https://community.adobe.com/t5/robohelp-discussions/robohelp-2022-doesn-t-show-topic-css-styles-after-upgrade/m-p/14195698, but I am adding it in case it helps anyone. If a moderator determines it's a duplicate, feel free to discard this post.
After I converted some of my RH 2020 projects to RH 2022, I noticed that, in some cases, the system did not apply the css styles to the RH Topic View and did not show the css styles in the Styles list. In all cases, the output view looked correct. In my case, I determined that the problem was due to capitalization in the css name. For the output view, css file name capitalization does not appear to matter. For the RH Topic View to work correctly, css filename capitalization does matter. If my css file name is ECIStyleSheet.css (with a capital "I") and a topic's code view lists <link rel="stylesheet" href="../../assets/css/ECiStyleSheet.css" type="text/css" /> (with a lowercase "i" in the css file name), the RH Topic View does not apply the styles to the topic and does not show the styles in the Styles list. If I change the link to <link rel="stylesheet" href="../../assets/css/ECIStyleSheet.css" type="text/css" />, everything works as expected.
