Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Vertical Line In Mail

Hi all,

I created  vertical & horizontal line html report of nprinting. This is working fine when I Preview the report but when embed same html chart in mail body it will generate any line and blank .Did I miss something

<div style="height:0px;width:1770px;border:0;  left:2px;   position:absolute; top:5;border-bottom:4px;border-style: solid;border-color: #003366"></div>

<div class="verticalLine"></div>

<style>

.verticalLine {

    width:4px;

    background-color:#003366;

    position:absolute;

    top:5;

    height: 1655px;

    bottom:0;

    right:0px;

}

</style>

<div class="vr">     </div>

   <style>

.vr {

    width:4px;

    background-color:#003366;

    position:absolute;

    top:5;

      height: 1652px;

    bottom:0;

    left:0px;

}

0 Replies