Struggling to add underlines to certain characters in the alphabet such as p, y, g, and j? I can't seem to get them to show up correctly. Can anyone provide guidance on how to fix this issue?
Here is the code I am using:
<td style="text-decoration: underline;"><span style="color:blue;">126-1 jjj</span></td>
The current output looks like the image below:
https://i.sstatic.net/kDaMJ.png
I would like the desired result to look like the image below:
https://i.sstatic.net/XJKWE.png
I have also tried the following approach:
<td style="display: inline-block; border-bottom: 1px solid #000;"><span style="color:blue;">126-1 jjj</span></td>
This method gives me the output shown in the image below, but it messes with the table format: