Imagine I have this code snippet:
<span class="labels" style="background-color: #FFFFFF;border: 1px solid #000000;font-family: Verdana;font-size: 11px; ">74.58 ft.</span>
I am looking for a way to compress the span element so that only the text is visible. Any suggestions involving JavaScript, jQuery, or CSS are welcome.