About this site
Sunday, April 29th, 2007This site runs a modified version of TextImage. One crucial line of code is different:
$the_text = “<img src=\”$cache_url$basename\”>”;
is replaced with:
$the_text = $the_text . “<img src=\”$cache_url$basename\”>”;
That makes this site display both the HTML version of the post and the resulting image.
If demand warrants I may later add a feature to TextImage to let you designate which posts should be displayed as images and which should not.