HTML Code Cannot Running In PDF
-
Hello everyone, iam want to create Table in PDF, iam using HTML code..
In “Preview Your PDF” my table is show, but when iam download the pdf, my table cannot Show. Does anyone know how to solve it?//example of code HTML for create Table <style> table, th, td { border: 1px solid black; border-collapse: collapse; vertical-align: top; text-align: left; } </style> <p><b>CONTACT DETAILS</b></p> <table style=’table-layout:fixed;width:100%’> <tr> <td style=’width: 3%;’>1.</td> <td style=’width: 45%;’> Name</td> <td style=’width: 50%;’>[your-name]</td> </tr>
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘HTML Code Cannot Running In PDF’ is closed to new replies.