Announcement

Collapse
No announcement yet.

[LINK] ... can I open to _blank ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [LINK] ... can I open to _blank ?

    I really want to put a [LINK] into a brochure page which doesn't open the linked page into _self or _top, I have a [LINK] in a fragment .. but I really want it to point at an external page, and open it in a new browser window .. better still if I can open it at a specific size and control address bar, scrollers etc., (though that bit isn't so important for this exercise) it's the _blank bit that I need the most.

    any thoughts? .. there doesn't appear to be this option in the [LINK] fragment dialogues (wish list?) .. or do I need to do this a completely different way?

    thanks all ..

    David

    #2
    ... please?

    Comment


      #3
      Presuming this is about links to non-Actinic pages. Go to Design / Text / Goto / Phase -1 ID, 2058 and change to

      <A HREF = %s dummy="%s">%s</A>

      Now in those pesky fragments you can enter the URL of the form

      http://www.mysite.com target="_blank"

      or

      http://www.mysite.com target="_self"

      or simply

      http://www.mysite.com

      Depending on taste.

      Norman

      PS Actinic - do you really mean <A HREF = %s TARGET="%s">%s</A>
      Surely <A HREF=%s TARGET="%s">%s</A> is better HTML.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X