Batch change table format

Please post all questions on Help+Manual 8 here

Moderators: Alexander Halser, Tim Green

Post Reply
Ga Bowen
Posts: 324
Joined: Mon Jun 27, 2016 5:05 pm

Batch change table format

Unread post by Ga Bowen »

Is it possible to batch change the styles of all tables in a selection of topics?
User avatar
Tim Green
Site Admin
Posts: 23155
Joined: Mon Jun 24, 2002 9:11 am
Location: Bruehl, Germany
Contact:

Re: Batch change table format

Unread post by Tim Green »

Hi Gareth,

You can't do a global operation like this from within Help+Manual, but you can do it on the XML code of the topic files using a code editor with multi-file search and replace facilities, like the free Notepad++. For changing the style assignment of tables this is particularly easy. You just need to search for:

<table styleclass="StyleName"

and replace it with the name of the style you want to use. You need to use the uncompressed HMXP format so that you can access the topic files in the \Topics folder directly for editing.

Always make a backup before doing something like this. Mistakes can be far-reaching... 8)
Regards,
Tim (EC Software Documentation & User Support)

Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
Post Reply