Removing image size from tag
Hi all!
I have the following problem.
All the RH's project files are translated automatically by the Passolo software.
All is good but every image size is specified directly in html and different languages require different images.
HTML standard does not require "Width" and "Height" properties to be specified directly. This will cause browser to spend more time to build the page. This is not critical for me. So what should I do to delete those properties from <img> tag?
Truning off "Preferred size" checkboxes in the Image Properties dialog doesn't help.
I try to leave those fields empty but RH fills them in when I open the dialog again.
If I open true code and erase the properties from tag they will appear again when I open Design mode.
But if I generate the target it will not contain "Width" and "Height". This is very confusing because RH dispays them. And I don't know - have I erase them already or not?
The problem is in RH7 and RH8. I've installed trial version of Madcap Flare - it has options on image sizes such as "default", "auto", "as is". Why RH doesn't have them??? How can I say to RH to leave <img> tag clear?