miiszxclassiic
Jul 17 2007, 11:31 PM
What do i add to this code to get the link to open in a new window ( blank target )?:
<?php comment_author_link() ?>
Clashing
Jul 30 2007, 11:37 AM
if you want to open that link in a new window... use this code in your head tags.
<base target="_blank">
keep this in mind, this code applies to all links in your page.