Hello,
We want to use the html from FCKEditor to create a PDF (by transforming html to xsl-fo). The tranformation file needs to know the number of columns in every table and the width of each column, something like this:
where 120 200 150 and 125 is the width of the four columns of the table.
How can we make FCKeditor write cols="120 200 150 125pt" in the table tag?
(We are able to get the column number but not the width of each column)
Thanks a lot for your help,
Sushil
We want to use the html from FCKEditor to create a PDF (by transforming html to xsl-fo). The tranformation file needs to know the number of columns in every table and the width of each column, something like this:
<table cellspacing="1" cols="120 200 150 125pt" cellpadding="1" width="200" border="1">
where 120 200 150 and 125 is the width of the four columns of the table.
How can we make FCKeditor write cols="120 200 150 125pt" in the table tag?
(We are able to get the column number but not the width of each column)
Thanks a lot for your help,
Sushil