I have some text inside a html table cell. The text is centered.
<td colspan=7>This is the text<span >Loading . . .</span></td>
I want to show and hide then span that is sitting at the end of the text but when I do that all of the text shifts over to the left as it now recenters the entire visible text.
Is there anyway to show and hide the span just as the end of the text (without shifting and recentering all of the info ?)
Centered span only: