Syntax error when table is imported
-
Hi, I have the following issue.
When I have links in the cells of the table and the tables are exported with the administrator of wordpress and also with the same importer of the plugin, these mark syntax error.
An example.
<table>
?? <thead>
???? <tr>
?????? <th class = “text-center”> Quarter </ th>
?????? <th class = “text-center”> 2018 </ th>
?????? <th class = “text-center”> 2019 </ th>
???? </ tr>
?? </ thead>
?? <tbody>
???? <tr>
?????? <td> 1ST QUARTER </ td>
?????? <td>
????????
?????????? <i class = “far fa-file-pdf fa-2x”> & nbsp; </ i>
????????
?????? </ td>
?????? <td>
????????
?????????? <i class = “far fa-file-pdf fa-2x”> & nbsp; </ i>
????????
?????? </ td>
???? </ tr>
? <tbody>
</ table>I hope you can help. Thank you.
- The topic ‘Syntax error when table is imported’ is closed to new replies.