PHP Link - Really Simple Question

Discussion in 'PHP' started by theultimatepublishing, Jan 11, 2007.

  1. #1
    <?php dbt_getLinkTag(”Bookmark on del.icio.us”); ?>

    Where exactly do I add the "target=_blank" code to get this link to open in a new window?

    Thanks.
     
    theultimatepublishing, Jan 11, 2007 IP
  2. rodney88

    rodney88 Guest

    Messages:
    480
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Find where the dbt_getLinkTag function is defined and edit the HTML.

    I guess it'd be in a template file somwhere - try doing a "search in files" (most text-editors such as textpad support this) through all the PHP files for "function dbt_getLinkTag" and it should find it.
     
    rodney88, Jan 11, 2007 IP