Forum Moderators: open
<style type="text/css">
<!--
A:link {text-decoration: none; color: #ffffff;}
A:visited {text-decoration: none; color: #ffffff;}
A:hover {color: #ff8000; font-style: normal; text-decoration: none }}
</style>
just wanted to know how i make sure all links are opened in the parent target
<base target="ParentURL">
But that of course would affect every link on your page, if that's what your going for.
Here's the thing though, I believe that the Target attribute is still valid in the <a> element, as long as your not targeting any frames. Go to www.w3c.org, to find out if I am correct.
Here's an earlier thread on the topic:
[webmasterworld.com...]