W
Walter Verkuil
Hi,
i want to know the html code to include a picture during a mailmerge in MS
Word.
If you connect a document to a source with some mergefields and save this
document as a html page you get a page with code (which datasource etc.).
Each mailmerge field will appear like:
<span style='mso-field-code:" MERGEFIELD FieldnameA"'><span
style='mso-no-proof:yes'>«FieldnameA»</span></span>.
Now i want to know the HTML code to include a picture. If i do the same like
above the following code will be produced:
<img src="some link" width='100' height='100' >
But i need something with the includepicture syntax.
I hope someone can help with this problem.
Thanks,
Walter
i want to know the html code to include a picture during a mailmerge in MS
Word.
If you connect a document to a source with some mergefields and save this
document as a html page you get a page with code (which datasource etc.).
Each mailmerge field will appear like:
<span style='mso-field-code:" MERGEFIELD FieldnameA"'><span
style='mso-no-proof:yes'>«FieldnameA»</span></span>.
Now i want to know the HTML code to include a picture. If i do the same like
above the following code will be produced:
<img src="some link" width='100' height='100' >
But i need something with the includepicture syntax.
I hope someone can help with this problem.
Thanks,
Walter