tags:

views:

32

answers:

1

Is there a way using php to take a div block with text and css and convert it to a solid png image?

+1  A: 

No, there is no way of doing this using only PHP as far as I know.

Anyway, check out this question for some related solutions for this problem: http://stackoverflow.com/questions/1952570/php-how-to-capture-browser-window-screen-with-php

You could grab a screen capture and trim it to the div's x/y coordinates.

Sorry if this brought up more questions than answers! :)

ign
Chad, please mark this as answered if you feel it's correct.
ign