You may have noticed that after changing the BSSCPopup style in the previous exercise, that the popup hyperlinks did not change to the new color. This is limitation of RoboHelp. If you want to see your popup links appear green in the WYSIWYG Editor, you must manually add the "BSSCPopup" style to each of your hyperlinks using the TrueCode Editor.
Open a topic in the WYSIWYG Editor.
Verify the style sheet modified in the previous exercise is linked to the topic.
Highlight the popup hyperlink you wish to apply the style to.
Click TrueCode
and locate the hyperlink. The code below represents the entire popup hyperlink:

Place the cursor after
the opening <a tag and type:
class=BSSCPopup.
Make sure you add a space before and after the new attribute.

Click Save All.
Click the WYSIWYG
Tab and view the result.

The popup now appears green.