I wanna use a class in css to define that the links between that class's tags on the actual page open up in a new window.
Lets say i wanna call this class 'blanktarget', whats the code i gotta put in the style sheet file? U know something like this:
Code:
.blanktarget a {
href:blank;
}
(^^^^ improvised code just for an example)
so that the links between these tags:
<div class="blanktarget"></div>
open up in a new window.