Dear all,
The text with font, size, color was stored in the mysql database, such as
$text=<font size=3 color=red, face="Arial"> text</font>
If only text is taken, use the command
<?echo strip_tags($text)?>
If only the size is taken, what command will be used? How about the color, font type
individually? thanks
Sincerely yours,
Simon