Table formatting is not working
-
Hi,
I am experiencing an issue with the plugin, where it doesn’t display tables correctly.
Reading through the support topics on here, this one is similar to the issue I’m experiencing. However, that one was resolved almost a year ago. I have version 4.0.4 of the plugin installed, so it’s up to date.
This is the basic code I have for my table:
<table border=1> <tbody> <tr> <td>Name:</td> <td>Joe Bloggs</td> </tr> <tr> <td>Name:</td> <td>Address</td> </tr> </tbody> </table>
But the table generates like this in the PD
As you can see, the second column doesn’t have the same alignment as the first.
I have tried to add padding to try and get this displaying correctly (a suggestion in the other post I found before it was reported to be resolved) but this gives the following:
<table border=1> <tbody> <tr style="height:20px"> <td style="padding-top:20px">Name:</td> <td style="padding-top:20px">[AFirstname] [ALastname]</td> </tr> <tr style="height:20px"> <td style="padding-top:20px">Name:</td> <td style="padding-top:20px">Address</td> </tr> </tbody> </table>
I love the plugin, but I’ve been trying to get around this issue for nearly three hours now and I think it must be a bug.
Please can you assist?
Thanks
Steve
- The topic ‘Table formatting is not working’ is closed to new replies.