mxp1988 / epubcheck

Automatically exported from code.google.com/p/epubcheck
MIT License
0 stars 0 forks source link

Table column with width indications #294

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

is it possible to add the width attribute to the list of exceptions, when used 
within a <col> element? Example: <col width="29%" />. epubcheck gives an error, 
when indicating it this way.

There is no real other practicable way of indicating the width.

Not Working: Adding a style attribute (<col style="width:29%;" />) or putting 
the width into the CSS and adding a class to the <col> element.

The only other way getting it done is putting the width into the CSS and 
applying the class to every <td>-element. But someone who did already this job, 
knows that this is painful and extremely time consuming.

Thanks, 
Yves

Original issue reported on code.google.com by handwier...@ic.lu on 4 Aug 2013 at 3:39

GoogleCodeExporter commented 8 years ago
I know this is not exactly what you are asking for.
I added this to the CSS and it then seemed get me in the right direction.
table-layout:fixed;
width: 250px;

Original comment by dadofk...@gmail.com on 9 Sep 2013 at 1:28

GoogleCodeExporter commented 8 years ago
It also worked to add this to the Style CSS
table-layout:fixed;
    width: 50%;

Original comment by dadofk...@gmail.com on 9 Sep 2013 at 1:31

GoogleCodeExporter commented 8 years ago
THIS ISSUE MOVED TO GITHUB:
https://github.com/IDPF/epubcheck/issues/

Original comment by rdeltour@gmail.com on 7 Nov 2013 at 10:49