Header

S

Santhosh (GGK Tech)

Hi,

Add that logo as a resouce file in your infopath form. Open the view.xsl and
navigate to the corresponding header row of the table and add the image name.
 
S

Santhosh (GGK Tech)

Hi,

Add that logo as a resouce file in your infopath form. Open the view.xsl and
navigate to the corresponding header row of the table and add the below code
into your style property.

BACKGROUND-IMAGE: url(logo.png)
 
Top