C
Coleen
Hi all I have the following code, and need it to break specifically at a
point in the span, but I am unable to get it to break exactly where I want
it to.
<asp:TableCell CssClass="table" width="170px" wrap="true">
<span style="font-size:9pt">Jet Fuel Tax - County</span> I want it to
break HERE!
<span style="font-size:7pt">(from Worksheet 2)</span>
</asp:TableCell>
It keeps wrapping - even if I take the wrap="true" statement out. Any
suggestions as to how I get it to break exactly on the </span> ?
Thanks
Coleen
point in the span, but I am unable to get it to break exactly where I want
it to.
<asp:TableCell CssClass="table" width="170px" wrap="true">
<span style="font-size:9pt">Jet Fuel Tax - County</span> I want it to
break HERE!
<span style="font-size:7pt">(from Worksheet 2)</span>
</asp:TableCell>
It keeps wrapping - even if I take the wrap="true" statement out. Any
suggestions as to how I get it to break exactly on the </span> ?
Thanks
Coleen