Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
MattG
Contributor III
Contributor III

Error when adding an image within a HTML <td> tag

I've got an HTML NPrinting report that uses a HTML table

Within this table I'm using values from a Qlik table which works fine.

 

<tr>
<td class="summary_cells_label" style ="border-left:1px solid #333333;border-right:1px solid #333333">Standbys</td>
<td class="summary_cells_totals"style ="border-right:1px solid #333333">%%Standbys%%</td>
</tr>

 

This is working fine. I've now got a small image I wish to add to a third <td> 

 

<img src="%%TX279%%" alt="TX279">

 

If I place this anywhere else in my HTML page, it works fine, but when it is within the <td> tag it produces a broken link image, and adds the following text above the table

YAAACUef2IAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAAChJREFUOE9jkH/A9Z8WeNRgOB41GI5HDYbjUYPheNRgOB41GIq5/gMAb0ZRPpWGNTwAAAAASUVORK5CYII=" alt="TX279"">

Does anyone know what could be causing this?

 

Labels (2)
12 Replies
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Fair enough - the reason I am not big fan of images is that you have almost no control over them if you want to put them in table and then send that as HTML embedded in email body and worst case - you want to open that email in windows outlook email client.

I did not find smart way of managing size of such image other than just hardcoding it to x & y pixels directly in QlikView...

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.
MattG
Contributor III
Contributor III
Author

I'll give you one guess at what the HTML is being used for 😑

 

 

Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

ok - looks like it is going to be HTML embedded  in email body...

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.