Hi,
I want to put an image as background for a entire row or cell with no superior or left margins, and also the cell size should be the image size.
I've tried the instructions over here but I have hard code the image size.
I tried the code below but it´s not working:
Thank you
I want to put an image as background for a entire row or cell with no superior or left margins, and also the cell size should be the image size.
I've tried the instructions over here but I have hard code the image size.
I tried the code below but it´s not working:
B4X:
page.InjectCSS($"#cont1 {
background: url("/Teste/images/capa.jpg") no-repeat center !important;
}"$)
Thank you