Links in a new window

S

Satish

Hi,

I'd like to open links in a new window
and delete underline from hyperlinks.
How do I do that?

Help appreciated.

Thanks
Satish
 
P

Pariah

When opening links in a new window, use target: _blank. It'll open the link
in a completely new window. As for the underlining of hyperlinks, I'm pretty
sure you can remove that with a CSS style.
 
Top