moirakris
Technical User
- Oct 11, 2002
- 82
Ok this should be apparant but for some reason (prolly because it's 6am and I haven't been to sleep yet) my brain can't figure this out.
thread215-172851 was the only post I found that was close but it didn't answer my question.
I have a page overflowing with links. I want the majority of them to open into a new window and a few to open into the same window.
Now I know I can do the
to open the ones I want into a new window but it would be MUCH easier if I could have just a plain
with no target specified open into a new window and somehow target the ones I want to load into the same window something else. Kinda bass-ackwards from the norm if you know what I mean.
Does this make sense? Anyone know how to do this to save my sanity and my fingertips?
Thanks a bunch Moira
"Those that stop learning, stop living."
thread215-172851 was the only post I found that was close but it didn't answer my question.
I have a page overflowing with links. I want the majority of them to open into a new window and a few to open into the same window.
Now I know I can do the
Code:
<A HREF="[URL unfurl="true"]http://www.mysite.com/"[/URL] TARGET="display">LINK</A>
Code:
<A HREF="[URL unfurl="true"]http://www.mysite.com/"<LINK<A>[/URL]
Does this make sense? Anyone know how to do this to save my sanity and my fingertips?
Thanks a bunch Moira
"Those that stop learning, stop living."