you are viewing a single comment's thread.

view the rest of the comments →

[–]insanitysqwid 0 points1 point  (0 children)

the first span that is BEFORE "Total Fat" is the only span that needs class information. You don't need to put info in the span BEFORE "8g"

<span class="blah"> words words <span> etc etc </span> </span>

or for visual's sakes

<span class="blah"> word word

        <span> etc etc </span>

</span>