Support
Account Sign In
Support
Account Sign In
Support Help!
How can we help?
All Site
Post
Support Articles
Frequently Asked Questions!
Storytailor | Blog
Customize Styles in Collage Mode
Add a Logo in Collage and Batch
Color Profile
Export for Print
Transfer Settings to a New Computer
View All 33
StompSoftware
What's Going On With BlogStomp?
Album Design?
Who Are You Guys?
Can I Still Buy BlogStomp?
Photos in Storytailor by
Emma Bauso
from
Pexels
All Site
Post
Support Articles
`; const elem = document.createElement('textarea'); // Avoid scrolling to bottom elem.style.top = "0"; elem.style.left = "0"; elem.style.position = "fixed"; elem.value = multiStr; document.body.appendChild(elem); elem.select(); document.execCommand('copy'); document.body.removeChild(elem); callerST(); }