Is there a way, using php or any other means, to create a permanent image file based completely on HTML code?
For example, is there some dynamic way to make this a permanent gif or jpg:
<table cellpadding=1 cellspacing=0 border=0 width=300>
<tr>
<td bgcolor=black><table cellpadding=15 cellspacing=0 border=0 width=100%>
<tr>
<td bgcolor=white align=center><font face=arial size=2><b>This is an image
of a white box with a black outline!</b></font></td>
</tr>
</table></td>
</tr>
</table>
...so that i can re-size it (or a more complex image) and place it whenever, however, and wherever I want, just as one can with an actual gif or jpg?
Any thoughts? I would really appreciate any advice on the matter...
THANKS!!!!