Page 1 of 1

is there a way to avoid id attribute when inserting an image

Posted: Tue Sep 15, 2020 4:05 pm
by vishwavaranasi
Hello team ,

is there a way to avoid id attribute when inserting an image,

<image href="../../../../test_path/oxygen/Oxygen128.png" id="image_u3c_x4d_1nb" />

i don't want "id" should be automatically inserted here , how to stop this.

Thanks,
vishwa

Re: is there a way to avoid id attribute when inserting an image

Posted: Tue Sep 15, 2020 8:09 pm
by Radu
Hi,

If you open a DITA topic in the Author visual editing mode, in the main menu there is a "DITA" menu with an "ID Options..." action. Select that and in the dialog which appears, remove from the list of elements for which IDs should be generated the "topic/image" entry.

Regatrds,
Radu

Re: is there a way to avoid id attribute when inserting an image

Posted: Wed Sep 16, 2020 4:07 pm
by vishwavaranasi
Thanks Radu