I want to know if it is possible to create a canvas in background.
This is because I am building a webpage on where a user can place textfields and imagefields inside a div. And then when finished the user can create a small thumbnail from his/her creation by clicking a button.
At the moment I can recreate the div (incl imagefields and textfields) on a canvas, but this can be seen on the page, I want to do this in the background (if possible), then create a small thumbnail of the canvas (the canvas has a size of W: 800, H: 1150), so the thumbnail needs to be alot smaller.
Any ideas would be great.