asked on January 21, 2020

Hi!

I created a WebForm then try to save it to my repository using Recording task.

 

The PDF and the HTML doesn't look similar. Why ?

 

HTML

 

PDF

 

I'm using CSS in my HTML to place my fields side by side.

/*Displays two fields per line*/
.TwoPerLine{display: inline-block; width:50%;}
.TwoPerLine > .cf-field {width: 100% !important; }
.TwoPerLine .cf-medium{width:100%;}
.TwoPerLine .cf-label {width: 100% !important;text-align:left !important ; padding-right:10px}

 

Thanks in advance.

Regards

0 0