<?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.
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.