Michael
Fri Oct 21 09:50:23 CDT 2005
"McKirahan" <News@McKirahan.com> schrieb im Newsbeitrag
news:ReqdnchCYsMndcXeRVn-ow@comcast.com...
> Bob's suggestion of reverse engineering meant to find the small difference
> generated to support multiline data by looking at the HTML output.
>
> My efforts identified this style: { white-space:normal }
>
> What happens when you try this: <td style="white-space:normal">
Thank's a lot for the answer. I can confirm that it has something to do with
this style. However, it is not this style alone. For example, if the
following is opened by MS Excel...
<table>
<tr>
<td style="white-space:normal;">1<br>2<br>3<br>4</td>
</tr>
</table>
...four rows will be filled with the numbers.
I think it is best, if I switch over to generating a file that contains all
those Excel specific style information. Then it will work. Finding exactly
which minimum combination of CSS is necessary is probably not worth the
effort.
Thank's again.
--
Michael G. Schneider
MTLookup
http://www.mtlookup.com
Movable Type Weblog
http://www.movable-type-weblog.com/