I have this file.html and the python script is working fine to upload to confluence page. But I'm trying for control the table columns. Nothing works that I can find online. Or this is not possible?
The file.html:
<table>
<tr>
<th style="width: 600px;">Column One</th>
-omitted-
</tr>
<tr>
<td>Long senteces here.......</td>
-omitted-
</tr>
</table>
But no matter I put there, even suffisticated css style that other forums will say it's working.
Nothings works. Please help.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.