1

1. I installed HTML2PDF. My HTML converts.

2. However, HTML2PDF ignores the with attribute of the TD tag in this TABLE.

<table><TBODY><tr>
<td width=75%>
[NOTEAMT] U.S. Dollars<br>
<br>
Property Address:<br>
[PROPADDR]<br>
[PROPPLACE]
</td>
<td width=25% valign=top>
Date: [NOTEDATE]<br>
City: [PROPPLACE]
</td></tr></TBODY></table>

I see from other messages that this is how HTML2PDF works, right?

2

width="75%" is not good, when you use width=".." you can only specify a width in pixel.

in you case, you have to use css styles

you have also to specify the with of the main table at 100%
Ancien pseudo : lolo

3

Thank you. Setting the TABLE width to 100% and TD width to 75% and 25% did nothing.
I used both width=xx% and style="width:xx%". Nothing.

Also in <TABLE align=right>, the align is ignored.

4

I have finally been able to generate my documents. I noted this in processing the HTML.

<table align=right>
1. aligns the table to the right
2, does not wrap text to the left but acts as a <br clear=left> was present.
3. width=nn or width=nn% are ignored

<img src=xxxx align=right> goes right and wraps text.

Is there an option in my account profile (which I can't find) which will allow me to get any responses to my post in email? That would be greatly appreciated.