Page 1 of 1

need a snippet of code

Posted: Thu Aug 30, 2007 11:37 pm
by VinnieD
okay I feel stupid but I need a bit of HTML.

I just need to know what to add to an "a href" tag to make the link spawn a new window/tab when clicked, as straight links mess up when inside an iframe.

Posted: Fri Aug 31, 2007 1:40 am
by OfNaturalOccurrence
target="_blank"

That SHOULD work.

Posted: Fri Aug 31, 2007 9:59 pm
by VinnieD
Yup. That did the trick. thanks much.