How to make emirate, country and place of supply w...
# suitescript
p
How to make emirate, country and place of supply without row height? i am rendering in suitelet pdf. I need like the reference image i attached. And the output image is output for this below code. can anyone please help me out with this? Here is the code snippet i used in suitelet. <table style="width:45%; border:none; border-collapse:collapse; margin:0; padding:0;"> <tr> <td style="width:60pt; border:none; padding:0; line-height:7pt;">Emirate</td> <td style="width:5pt; border:none; padding:0; line-height:7pt;">:</td> <td style="border:none; padding:0; line-height:7pt;"></td> </tr> <tr> <td style="border:none; padding:0; line-height:7pt;">Country</td> <td style="border:none; padding:0; line-height:7pt;">:</td> <td style="border:none; padding:0; line-height:7pt;">${buyerCountry}</td> </tr> <tr> <td style="border:none; padding:0; line-height:7pt;">Place of supply</td> <td style="border:none; padding:0; line-height:7pt;">:</td> <td style="border:none; padding:0; line-height:7pt;"></td> </tr> </table>
j
use Inspect to see where the additional spacing is coming from (check margins, padding, look for extra p tags).