>If you create an HTML file and name it with a .xls extension Excel will
open
>it quite happily and adjust columns to fit all by itself.

<revelation>Wow! You are right! How cool is that?</revelation>

That is pretty cool. I noticed that a <br> in a <td> results in visually
correct data in Excel, but generates an extra row, when what I really want
is a taller cell. I'll bet I can find a way to work around that.

I found that if you put a-
 
 <style type='text/css'>
 table {border-collapse: collapse; border: 1px solid #c0c0c0;}
 td {border: 1px solid #c0c0c0; vertical-align: top;}
 </style>

...in the <head> of the doc, you will get a pretty good likeness of the
normal Excel grid work.

Thanks for the great tip.

Barry
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to