Forum Moderators: not2easy
and
Version 2:
<tr class="example">
<td> text text text
</td>
</tr>
?
One of the monitors in our office displays strangely if I use the Version 2.
Thanks a lot for your help!
In the first instance, the <span> is styling an inline element which is what the <span> is for.
In the second instance, you are applying that style to the entire Table Row.
Depending on what your styles are for that class example will determine the issues that you are seeing.