tags:

views:

20

answers:

1
+1  Q: 

php, gd and style

Hi,

for example i have this html code:

<p><strong>Text text.</strong></p>
<p><span style="font-size: 14pt;"><span style="background-color: #ff0000;">Text text...</span></span></p>

Possible write this text with this style on the image (with php GD)?

Thanks

+1  A: 

See:

Post another question if you've tried writing it with these functions and have a specific problem

Michael Mrozek
Thanks, but i hade this text in one string.
lolalola