It should work just fine. How are you displaying it? Using an echo command? Here's the way I would do it.
Say the column with the HTML is named html.
$row = mysql_fetch_assoc(mysql_query($select_query));
echo $row
;
HTML tags should display just fine.
Charlotte Genevier
Webligo Group
[url]http://www.webligo.com[/url]