0

I want a user to highlight a part of a web page and paste it into a textbox on my site. But I want the formatting from the original site to be preserved somehow. So I want to copy more than just text. Gmail seems to be able to do this when composing an email.

I don't know where to begin with this problem. Any thoughts?

Eric Johnson
  • 17,502
  • 10
  • 52
  • 59
  • 1
    This has nothing to do with Perl. All client-side, HTML and probably custom Windows browser abilities. – DVK Mar 30 '13 at 13:43

1 Answers1

0

If you have windows7 use the snipping tool and cut it from the screen as a .jpg.

Then use simple html

<img src="sth.jpg" alt="sth" height="" width="">
Nik Drosakis
  • 2,258
  • 21
  • 30