To create a tabular structure with a consistent table-like feel, use only a section of the template (preferably the Details) to build the entire table.
Follow the instructions below to configure a table similar to the following:.
Remove all the content from the header of the template and edit the details to contain the entire table. Use the <thead> element to add the fixed header. The markup is similar to below:
A table with a fixed header and other rows is then built dynamically:
This results in a table that is consistent in width and space between the header and the details:
Comments
5 comments
Any idea why the header is repeating in the details although I have used.
<div>
<div style="font-size: 9.997pt;">
<p>
?</p>
</div>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
<thead>
<tr>
<th>
Col 1</th>
<th>
Col 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>
*EV200_EVT_DESC</td>
<td>
*EV200_EVT_ID</td>
</tr>
</tbody>
</table>
<div>
</div>
</div>
1 upvotes
Kris, I would suggest calling support on this issue.
Thanks,
Carrie
0 upvotes
Hi
How can the font you choose in the EZ Writer come through on the template document you are placing the table within.
The table is coming out within the document when adding the template in a bigger font than what is in my EZ writer.
Thanks
Kris
0 upvotes
Hello Kris,
Did you highlight the text you wanted to appear in a smaller font and set the font size using the merge template editor?
Thanks,
Andrew Slagle
0 upvotes
Thanks Andrew
I will give this a try.
Kris
0 upvotes
Please sign in to leave a comment.