Please let me explain my situation:
- I have a Flare project containing 800 html files that will create a Microsoft CHM file
- Most of the images have been replaced(remade) with the same names
- The sizes of most of the replaced images have been changed
- So the values of width and height in each img tag need to be reset to the actual size in those 800 html files
So my question is:
Is there any way to reset the sizes of all the images in the html files all at once in MadCap Flare?
Restrictions I have:
I'm not allowed to alter the structure of my Flare project so
- I cannot introduce style sheets that could control image sizes easily.
- I only can change the values specifed in an img tag such as <img src="dummy.gif" width:[reset value here]px;height:[reset value here]px...>.
I would appreciate your help.
Thanks
KR