Skip to main content
January 18, 2007
Question

Replacing styles in Robohelp

  • January 18, 2007
  • 1 reply
  • 275 views
Hi

I have inherited a Robohel 5.5 project which I am going to port to Framemaker. I would like to replace all "Heading 1" styles with "H1-Heading 1" and all inline procedure styles with "ST-Step" styles. It seem that all inline styles in Robohelp just are called "Body". Do you have any ideas?

Regards,

Verner
    This topic has been closed for replies.

    1 reply

    MergeThis
    Inspiring
    January 18, 2007
    All inline styles in RH are not "just called 'Body'." Those might be the assignments made by the previous writer(s), but you're in for a ton of work, I'm afraid. It sounds like they assigned font attributes to specific pieces of text, while not changing the style from the default Body, thereby producing pseudo-H1's.

    You'll need to strip the SPAN tags (which will contain the styling junk) and then actually assign the Heading 1 style to the content.


    Good luck,
    Leon