I am tying to get a background image to be transparent or the form to scroll over the image.
Using win 10 enter - Info Designer 2013
I created the form from blank.
Added the text boxes, etc.
Saved form as template- no publish
Tried:
View Properties -> background section -> check box 'use a background picture' select pic.
-->it then puts the picture in the background just not in the table where I would like it to be.
Tried: (2)
Exporting source files (publish->export source files)
Go to source files - open 'view1.xsl' in text editor (use notepad ++ )
On line 233(in notepad ++) I change <body> to <body style="background-image:url('image001.jpg')">
->following http://madhubhashini.blogspot.com/2014/05/how-to-apply-background-image-in.html
2:
->able to get the table to get the picture inserted into the table background. Issue is that the background also
has/had the picture, duplicated.
->tried to remove the background - it took it out from table
Tried:: (3)
Created new form-> no fields added.
Exported source files.
Opened source file 'view1.xsl'
changed line 233 to <body style="background-image:url('image001.jpg')">
--> this allowed table image to be in the table only.
---> this was nice until trying to add fields to the table - will not allow to add over the background image (asks like just inserted pic)
Any help or guidance would be great.
this will be on sharepoint in end result