Forum Moderators: open

Message Too Old, No Replies

Simple Html help wanted

         

smartcard

8:57 pm on Dec 20, 2006 (gmt 0)

10+ Year Member



In one of my PHP script I have a hyper link html code as follows and it is working fine.

Read the <a href="<?php the_syndication_permalink();?>">Full Article</a>

How can I modify this codes to have a new target frame?

rocknbil

12:14 am on Dec 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<a href="<?php the_syndication_permalink();?>" target="named_frame">Full Article</a>