> > I use transitional when I want to use have links open in a new window > > with target="blank". Strict doesn't allow target="blank". If > there's a > > better way to have a link open in a new window under strict I'd > prefer > > to use that.
As Michael said, target="blank" is different than target="_blank". The latter will open a *new* window each time the link is clicked, the former opens documents in the same window (named "blank"). -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
