The code
<a href="..." target="_blank" >...</a>
will not validate as XHTML STRICT because of the 'target' tag, so how do I
achieve the same result by moving it to a CSS file? I cannot find anything
which allows me to specify 'target=' on an anchor tag.
--
Tony Marston
<a href="..." target="_blank" >...</a>
will not validate as XHTML STRICT because of the 'target' tag, so how do I
achieve the same result by moving it to a CSS file? I cannot find anything
which allows me to specify 'target=' on an anchor tag.
--
Tony Marston
Comment