Hairball wrote: > I should of worded my other question differently. > How do I add the target="_blank" to my links and still keep the strict dtd? > Without Java Script, you can't.
With the strict doctype the target attribute was removed. The reason behind this is the original use for target was for frames. Since you can't use frames with the strict doctype, target /"technically"/ isn't needed. There are also accessibility issues with it, but that is an entirely (off-topic) subject ;-) . If you want to use strict and open links in a new window, you will have to use Java Script to get it valid. HTH, Matthew -- Matthew Ohlman www.ohlman.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
