Hi,
I'm working on a new design for my website. Last time was a bit of a rush job and this time I want to do it properly.
So anyway, I checked that my code was valid using the validator at w3c.org and recieved 2 errors (Not too bad if you ask me.)
The first error is fine, but the second one relates to the "target='_blank'" property on a link. Apparently, in XHTML strict you cannot use the target property.
Does anybody know how I can force a new window on the link if I can't use the target property? Obviously I could use javascript but it seems a little bit silly for something that should be so simple.
Cheers,
Richard
I'm working on a new design for my website. Last time was a bit of a rush job and this time I want to do it properly.
So anyway, I checked that my code was valid using the validator at w3c.org and recieved 2 errors (Not too bad if you ask me.)
The first error is fine, but the second one relates to the "target='_blank'" property on a link. Apparently, in XHTML strict you cannot use the target property.
Does anybody know how I can force a new window on the link if I can't use the target property? Obviously I could use javascript but it seems a little bit silly for something that should be so simple.
Cheers,
Richard
