HI,
I am using aspose.pdf to create a pdf in which using some HTML to create a column in a row, But there is some space between the table border and column heading.
How can i remove it?
Here is my HTML
Regulators


Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Muthu KumarPosted Feb 19, 2019, 3:59 AM
Here is an simple solution for you. You just need to apply this line in your style
tag.
- margin-top:-2px;
It will remove that empty space.
I hope it's solve your problem.
Salman BegPosted Feb 13, 2019, 8:58 AM
Shami SheikhPosted Feb 13, 2019, 4:32 AM
Gajendra JangidPosted Feb 13, 2019, 1:45 AM