So what I want to do is have a div on the page saved to the user's device as an image, is that possible?
for example, lets say I have a div like this:
<div id="box"><h3>im a box</h3></div>
and I want this div to be captured and saved to the user's computer when he clicks a button on my website
and if that isn't possible then can I save it as something other than an image, like a pdf file.