Hello Friends,
I have for example say a div on an html page and I want to convert it to animage say gif,png etc etc
Eg.
Now I want to have that div called "importanttext" as an image. Is it possible by any method?
Can any one suggest or help with a code snippet.
Imoracle
I have for example say a div on an html page and I want to convert it to animage say gif,png etc etc
Eg.
Code:
<html>
<body>
<div id="importanttext">
<h4>Hello World!</h4>
<img src="someimage.gif"/>
</div>
<div id ="blahblah">
............................
</div>
</body>
</html>
Now I want to have that div called "importanttext" as an image. Is it possible by any method?
Can any one suggest or help with a code snippet.
Imoracle