Dear all,
In php, the text with font, size, color was stored in the mysql database,such as
$text=<font size=2 color= green 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 colour, font type
individually? thanks
Sincerely yours,
Simon