当前位置: 代码迷 >> PHP >> 如何单独设定php接受的值的字体颜色
  详细解决方案

如何单独设定php接受的值的字体颜色

热度:99   发布时间:2013-03-27 11:22:42.0
怎么单独设定php接受的值的字体颜色?
You have chosen <?php print "$s";?> small one(s), <?php print "$m";?> medium one(s), <?php print "$l";?> large one(s), <?php print "$xl";?> one(s). Toal price is £<?php print "$TP";?>

想用红色字体突显出关键信息(php传递过来的),如何实现呢?
谢谢~

------解决方案--------------------
在html里吗?
用<label style="color:red;">print</label>
就得了
  相关解决方案