56
Views
6
Comments
discount
Question

i want to make label discount like a picture but i can't, what should i do ?

2017-07-15 18-41-36
Sachin Mahawar

Hi Zainal,

You can create an expression as below to show as a image. 

"<img src="+EncodeHtml("data:image/png;base64,"+BinaryToBase64(EmployeeTable.List.Current.Employee.Image))+">"

Sachin

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Zainal,

Assuming you want to have text over the image, see e.g. here for a solution to float a div over another. Getting it diagonal is just fiddling with CSS.

Also, please use descriptive topics, "discount" does not capture what your question is.

2017-10-04 03-06-15
Zainal Abidin

Kilian Hekhuis wrote:

Hi Zainal,

Assuming you want to have text over the image, see e.g. here for a solution to float a div over another. Getting it diagonal is just fiddling with CSS.

Also, please use descriptive topics, "discount" does not capture what your question is.


sorry, i can't focus

2018-11-06 14-26-44
Suraj Borade

Hi Zainal,

From next time, please add more description in subject line. When person looks at such post, initially it looks like spam.

Thanks and Regards,

Suraj Borade

2017-10-04 03-06-15
Zainal Abidin

Suraj Borade wrote:

Hi Zainal,

From next time, please add more description in subject line. When person looks at such post, initially it looks like spam.

Thanks and Regards,

Suraj Borade


okay suraj


thanks

2018-11-14 14-40-27
Vincent Colpa

So we won't get any discount for reading this?

Nice description m8 


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.