Changes

Jump to: navigation, search

Including Tables in a Word Merge Document

288 bytes added, 13:30, 26 April 2015
all fixes applied
===HTML Tables===
Instead of creating a table in the MS Word Merge document, you can define HTML on the MS Word Merge field that will be used to create a table in a normal bookmark on the MS Word Merge document.<br />
When defining a HTML table do not use CSS rules as they will not convertwork. Use the old way HTML 4 table tag syntax formatting.<br />List of working w3schools: HTML <table> Tags list: http://www.w3schools.com/tags can be find in the link below/tag_table.asp<br /><br />  To format text inside a table also use HTML tags like: B, I, U, FONT.<br />w3schools: HTML Text Formatting Elements: http://www.w3schools.com/tagshtml/tag_tablehtml_formatting.asp <br />w3schools: HTML <tablefont> size Attribute: http://www.w3schools.com/tags/att_font_size.asp<br /><br /> Tag list
* Example:
<pre>
bookmarkname=<html>
<table width="100%" border="1" cellspacing="0" cellpadding="3">
<tr> <th>#</th> <th>Date</th> <th>Details</th> </tr>[#(?object=activity) <tr> <td width="10%" align="right">~Index~</td> <td width="40%"><!--@sscalculation(DATE_FORMAT("~startdate~","%d %M %Y"))--></td> <td width="1050%">$Activity Details$</td> </tr>#]
</table>
</html>;
Smartstaff
171
edits

Navigation menu