which is working and creates printable html code containing images with specified dimensions.
But if you later use the WYSIWYG or inline-editor the height and width terms are removed automatically.
Terms like “border:6pt solid gray;border-radius:5pt” survive WYSIWYG editing.
Is there any chance to specify image dimensions not in pixel units and use WYSIWYG editing?
I know: the html img attributes “width/height” use pixels, but “width/height” within style specification may use different units.