Open external sites in new window?

Actually, i have a small problem with this. The MOD is styling my links. I don't want it to apply a style to any of the links.

I just want it to make external links open in new tabs/windows.

How would i resolve this?
 
This should work:

ADD anywhere in your CSS via ACP:
Code:
a {
  target-new: tab;
}
-Rich
 
Back
Top Bottom