Word Wrap

A

Andrew Price

Does anyone know use style tags to define cells, when opening up a html
file.

I have

<style>
<!--table
@page
{mso-header-data:"Page Title";
mso-page-orientation:landscape;
HorizontalAlignment:xlGeneral;
VerticalAlignment:xlTop;
Orientation:0;

MergeCells:False;

}

br
{
mso-data-placement:same-cell;
}

td

{
vertical-align:top;
}


-->
</style>

but want to add in wordwrap to the TD cells, and dont know how to do it,
anyone know how ?

Andrew
 
Top