Hussein,
Once again, it works. Thank you very much.
Scott
> --> In your case, the only way to control the width of table columns is
> to add a "width" CSS attribute (e.g. "width:10ex;") to one or more of
> the cells of this column. The "width" CSS attribute is understood as
> being a minimum width. I mean, the table cell will be larger than this
> if needed to.
>
> Your CSS file for XXE has many errors and inconsistencies. Please find
> attached to this email a correct one and a screen shot of what I get
> with it.
>
--------------------------------------------------------------------------------
> example {
> display: block;
> margin-left: 4em;
> }
>
> example:before {
> display: marker;
> content: attr(num);
> }
>
> free {
> display: block;
> color: red;
> margin: 1.33ex 0;
> }
>
> interlinearization {
> display: block;
> margin: 1.33ex 0;
> }
>
> sentence {
> display: table;
> }
>
> phrase {
> display: table-row;
> }
>
> words {
> display: table-cell;
> width: 10ex;
> }
>
> word {
> display: block;
> }
>
> langData {
> display: inline;
> color: blue;
> }
>
> gloss {
> display: inline;
> color: green;
> }