Click to See Complete Forum and Search --> : An image question
webdeveloper_83
05-26-2005, 06:32 AM
Hi, In the clipboard I have raster data. It could be bmp or some other format. It is not a file it is image data. I want to paste it into a web page to resize, move, etc. I assumed an image object would suffice as a container.
<img id="iImage" border="0" UNSELECTABLE="off" contentEditable="true" style="position:relative; top: 85px;" >
Is it possible to paste image data onto a web page? If so how?
TIA
Robert Wellock
05-26-2005, 09:33 AM
Not really HTML is static markup.
webdeveloper_83
05-27-2005, 01:12 AM
Thanks for that? Exactly what are you trying to say? I want to paste image data into a container in a web page. If your website has a page that does this please send it to me as I could not find anything.
This is what I want to do -
In simplistic terms (hopefully not insultingly so), open a graphical package such as paintbrush, create an image, select a part and copy it. (it is now in the clipboard). If you were to open 'word' or some other graphics capable editing package you will be able to paste it and have it displayed. I want to be able to paste the same image into a web page. If you know of a web page that this can occur I would appreciate its link.
Thanks.