Hi there. I'm very new to Drupal. I want to create a link in the sidebar that will spawn a new browser window to load it (it's external to the Drupal site). I have added the menu item successfully (too easy), but it's not at all apparent to me how I could set the target attribute of the href. If anyone out there knows, I'd appreciate your help. -- Fergus Gibson ferg@fgibson.ca PGP Public Key: http://fgibson.ca/keys/
You can add a new block (in admin/block) and add html links like this. <a href="#link" target="_blank"> #text </a> <a href="#link" target="_blank"> #text </a> <a href="#link" target="_blank"> #text </a> Didine. On 7/28/06, Fergus Gibson <fgibson@shaw.ca> wrote:
Hi there. I'm very new to Drupal. I want to create a link in the sidebar that will spawn a new browser window to load it (it's external to the Drupal site). I have added the menu item successfully (too easy), but it's not at all apparent to me how I could set the target attribute of the href. If anyone out there knows, I'd appreciate your help.
-- Fergus Gibson ferg@fgibson.ca
PGP Public Key: http://fgibson.ca/keys/ -- [ Drupal support list | http://lists.drupal.org/ ]
-- Didine
participants (2)
-
Didine -
Fergus Gibson