-5

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

Roman C
  • 47,329
  • 33
  • 60
  • 147
atomxkai
  • 29
  • 1
  • 1
  • 8

1 Answers1

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.

Muhammad Talha Akbar
  • 9,424
  • 5
  • 33
  • 59
Triple_6
  • 79
  • 10