At 08:35 AM 4/8/2002 Shu Chow wrote: >>Is it possible to use CSS to set the target of a hyperlink? > >No, and the "target" attribute is not a legal attribute in XHTML 1.0. If >you're trying to do it in XHTML, you'll need to use JavaScript instead. target="" is perfectly legit in xhtml 1.0 transitional.... and using javascript is always dicey -- web stats show that 10-12% of visitors have it diabled for security reason. -merlin