1) Script Title: IFRAME SCROLLER
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...e-scroller.htm
3) Describe problem: the links inside the frame open in the frame not in new browser.
thanks
see the problem in www.linkmosaic.com
1) Script Title: IFRAME SCROLLER
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...e-scroller.htm
3) Describe problem: the links inside the frame open in the frame not in new browser.
thanks
see the problem in www.linkmosaic.com
You can use the target attribute and make the links open in the top window, for example:
Good luck!Code:<atarget="_top"href="page.html">Link</a>
thank you,
I see that some links work and some dont.
Is there a code to put on the page, rather for each link seperatly
thanks
Yes there is, add this to the head section of your page:
Good luck!HTML Code:<base target="_top">
Bookmarks