html - add target blank on custom php code -



html - add target blank on custom php code -

how can open link in window?

<?php if(get_option_tree('rss')) { ?> <a href="<?php get_option_tree('rss',$theme_options,'true'); ?>" id="rss" title="rss" class="tt_top"></a><?php } ?>

you'll need add together target="_blank" to 'a' tag

php html hyperlink

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -