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: 
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