In this folder (the one and only.. right?) "C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions12TEMPLATELAYOUTSINC" is a file that is called "ifsmain.css". This stylesheet file controls how a web form built by InfoPath is displayed. If you want to remove the logo "powered by InfoPath services" that is displayed in the bottom of every web form then write "display:none" or color the text tag to the same as your background color.
Worked just perfectly. If you dont want to risk upgrades overwriting this file, copy the style locally or to your custom css file.
Hi Madhu! Great to hear! Thank you for sharing info 🙂
Take care,
Lise
Hi Lise, When we hover the mouse on a repeating table (Infopath Form Hosted in browser) it shows a dotted border line. How to avoid it?
Thanks in advance
Hi vamsi!
Well, the first thing I would do is to right click on your web form and locate the table with the hover-class in it. Then look inside the TEMPLATELAYOUTSINC folder where you have a css file called ifsmain.css. Edit that one and create your own class or modify the hover class for the table and set it to Border=0.
Good luck, let me know
/Lise
Hi Lise, I am unable to get the class which is making to show the border when I hover the mouse.
(But small correction it is not for repeating table, it is for a repeating section/optional section).Can you tell me the class name. Thanks in advance