Hi
In the previous editor we created a custom form which allowed us to replace the selected A tag with new settings. The user could select the A tag just by clicking somewhere in it then pressing a custom button.
We used to use SearchSelectionElement("a") to get the whole A tag, I have tried to use ExtractRangeNodes() but this comes back empty. You must be able to do this because your properties dialog knows its in an a tag by just clicking anywhere in the a tag. Can you give me a code segment which will allow me to get the whole a tag without physically selecting it all in the browser.
thanks