Ken Doran wrote: > I'd like to create clickable links in documents created with XMLmind XML > Editor. I've used the "convert to link" ( _a_ ) button on the toolbar. > The URL (http://www....) text now *looks* like a link (i.e., it's > underlined and in the proper color), even when my XMLmind XML source is > converted to HTML. But when I try to click on the link, it doesn't do > anything and seems to refer to the document's location on my PC. I > don't even know if XMLmind lets its users create clickable links. If I > can't create clickable links, then I should probably convert these > "links" back to plain old text to avoid any confusion regarding broken > links. I'd be grateful for any help in creating clickable links. Thanks!
"Convert to link" drops down a menu with 2 items: "link" and "ulink". * "link" is a link which has a target that is *inside* the document you are editing. * "ulink" is a link to an external URL. You need: [1] Convert your text to a "ulink", and not to a "link". After doing this the text is displayed and underlined in blue, but this is not sufficient. [2] Use the Attribute tab and replace placeholder value "???" of attribute "url" by the actual value (i.e. "http://www..."). --- PS: XXE allows to automate this special case (text in the document = target URL) by writing a macro-command.

