Thread: Word Wrap
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew Price Andrew Price is offline
external usenet poster
 
Posts: 3
Default Word Wrap

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