target=”_blank” fix with xhtml strict for w3c compliance using jquery March 11, 2011jQueryhtml, jquerya.philippi of course – use jQuery jQuery(document).ready(function() { jQuery(‘a[rel=external]’).attr(“target”,”_blank”); }