Within "Scrollable content II", I want my links to open up in new windows. What code needs to be added to allow this?
Thanks,
Chris
Within "Scrollable content II", I want my links to open up in new windows. What code needs to be added to allow this?
Thanks,
Chris
The content part of this script is ordinary HTML so, the method(s) you would use on an ordinary page will work here, the most common is assigning the link a target="_blank" attribute, ex (from the demo):
HTML Code:<a href="http://www.dynamicdrive.com" target="_blank">Dynamic Drive</a>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Of course! Thanks again, John
Bookmarks