johnbmcdonald
Newbie
Posts: 1
Registered: 3/16/2007
Location: Oklahoma
Member Is Offline
|
| posted on 3/16/2007 at 02:22 PM |
|
|
Links loading in IFRAME
I got the scroller installed and its working just fine. Thanks for a cool tool. :)
Question.. I have links in the scrolling text. when I click on them, they load in the iframe of the scroller. Do I have to put code on the destination
page to break the frame? or is there another way to link outside that scroller iframe?
Thanks
John
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/16/2007 at 10:47 PM |
|
|
add target="_parent" to the <a href=.. > tags
|
|
|