Insert Hyperlink - Safari version offers less functionality in safari_tag_a.ascx. I want Safari to use Tag_A.ascx instead. How?

  •  02-05-2007, 12:46 PM

    Insert Hyperlink - Safari version offers less functionality in safari_tag_a.ascx. I want Safari to use Tag_A.ascx instead. How?

    When using the "Insert Hyperlink" functionality in CuteEditor, the Mac-Safari browser loads the page safari_tag_a.ascx, which does not contain much of the functionality of Tag_A.ascx, such as the fields "Type", "ID", "AccessKey", "Tab Index", and the "Select a named anchor in the current page" checkbox.
     
    How can I best configure CuteEditor so that Mac-Safari can have these fields too?
     
    Safari_tag.config contains the following tag:
    <add pattern="A" tab="A" text="Link" control="Tag_A.ascx">
     
    Should I copy the contents of gecko_tag_a.ascx and paste it into safari_tag_a.ascx? Is there anything else I need to change?
     
    Thanks in advance for your help.
View Complete Thread