Is there an easy way to make all links load in a new browser tab?

Hi Peter, you can try this at the page level by including this javascript snippet in your page. (function(skuid){ var $ = skuid.$; $(function(){ $(‘head’).append( $(‘’) ); }); })(skuid);