I attempted to use the following CSS:
.td_justify{
text-align-last: justify;
}
However, the result I got was not what I desired.
https://i.sstatic.net/gcSS1.png
What I actually want is something like this:
https://i.sstatic.net/WeyRy.jpg
If I add <td>
tag to fix one issue,
it creates problems with the colspan
attribute.
Is there a quick way for me to resolve this?
Apologies for my unclear explanation. Here's the updated image (img2) where I added extra space to complete it.