By dirkels on
Can anyone advise as to how an external link may be added in Drupal 5.x, where the link opens in a new browser window or tab?
Thanks
Can anyone advise as to how an external link may be added in Drupal 5.x, where the link opens in a new browser window or tab?
Thanks
Comments
Try this: <a target="_blank"
Try this:
<a target="_blank" href="http://www.link.com">Link</a>Adding link
Thanks, we are new to Drupal and html.