-5

I want to display or echo my php mysql data with text decoration like underline or dotted line with css/html

4

1 回答 1

2
<p style="text-decoration:underline;">
<?php echo $text ?>
</p>

anyway you can use css. If this not help, show me your sample code where u use echo.

于 2013-01-13T12:50:45.433 回答