Can I insert a background-image into a table/cell in my form?

B

Brian Teutsch [MSFT]

You can, but you'll have to extract your form files and hand-modify the XSL.
You'll also need to add the image as a resource file. You may also need to
investigate protected views (in the documentation), because further
designing of your form may remove the CSS styles.

Brian
 
H

Haline

Brian,

I already maked this, but it works only in design mode. When I preview the
form or publish this didn't work. The image doesn't appear.

Other question:
After extract files how do I transform them in .xsd again?

Do you know why?
 
B

Brian Teutsch [MSFT]

I found that <td style="background-image: url('myImage.jpg')"> worked when
myImage was a resource in the form.

To re-create the XSN file, open your extract XSF file in Design mode, and
Save As... to generate the XSN.

Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top