Friday, June 27, 2008, 6:18:17 PM, Hans wrote: > a brief googling about target=blank versus XHTML strict > suggests that one needs to employ javascript to open a new window > when clicking a link, to be XHTML strict complient. instead of <a target='_blank' class='urllink' <a onclick=\"window.open(this.href,'_blank');return false;\" class='urllink' ~Hans