Ok, I know how the target="_blank" works but what I need is some idea on how to get it work with this code.

Code
<a href="{$url_path}/showphoto.php?photo={$pid}">$mthumb</a>

If I do this

Code
<a href="{$url_path}/showphoto.php?photo={$pid} TARGET="_blank"">$mthumb</a>

then it cuts the html off at the first closing quote and I get this for a link

Code
 http://my.domain.com/photopost/showphoto.php?photo=290 TARGET= 


So, is there anyway to do this and have the script open the photo in a new window instead of it loading over the forums?


-Tim