Skip to main content
Participant
October 21, 2011
Question

Migration from RH7 to RH8 : HTML tag < ignored> introduced unwanted space

  • October 21, 2011
  • 1 reply
  • 599 views

Dear All,

When migrating from RoboHelp 7 to 8, looks like there is an unwanted space introduced in the <ignored> tag.

Looks like the space is introduced by the RoboHelp 8.

HTML Help file build by RH 7  (OK)

<ignore>conf<ignore/>

HTML Help file build by RH8   (Not Good)

The <ignored> tag is transformed to the following :

<?rh-ignored text="cfg" ?> conf</span>

Please advice. We prefer to keep the <ignore> tag

Thanks

Song

This topic has been closed for replies.

1 reply

Peter Grainge
Community Expert
Community Expert
October 21, 2011

I have move this to the RoboHelp HTML forum as it is a problem with your source topics rather than Microsoft HTML Help (CHMs).

I don't think that particular one has been reported before but I think the quick solution is to use Find and Replace in Files and search on

<?rh-ignored text="cfg" ?> (with a space after)

and replace with

<?rh-ignored text="cfg" ?> (without the extra space).

Go to Edit > Find and Replace in Files.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.