Skip to main content
Known Participant
October 18, 2009
Question

Mass change of a Style

  • October 18, 2009
  • 1 reply
  • 524 views

I am using Robohelp 8 HTML.

All my formatting is via a .css file.

I have done a mass change of my .htm files in the '!SSL!' folder to replace:

p class="ManualText" to

p class="Normal"

I can see the new results if I open the .htm file in an editor.

However, when I open my Project in Robohelp, the HTML editor still says that my topics are still using 'ManualText'.

Is there something else I need to change?

This topic has been closed for replies.

1 reply

Willam van Weelden
Inspiring
October 19, 2009

Hi,

You mass changed your output files, not your source files. To mass change your source files, change all occurrences of ManualText in the root directory and sub directories of your project.

Greet,

Willam

alkifafAuthor
Known Participant
October 19, 2009

Many thanks for your help.

I have only been learing Robohelp in the last week and I had hoped for a way of doing what I wanted in Robohelp itself.

Your solution was correct.