i'm using refreshhit for some random quotes pages in different DIVS, and love it;
problem is, if i add html to the text in the pages:
$string = "<a href=\"page\">text</a>";
echo $string;
that's exactly what i'm getting, "<a href=\"page\">text</a>", instead of parsed html - can someone tell me why...? what to do to parse them...?
thanks so much
g