Showing posts with label StyleSheet. Show all posts
Showing posts with label StyleSheet. Show all posts

Tuesday, March 21, 2017

How to use the css file in the Nintex Form to customize the layout

it is quick convenient if we can have a css file to control the layout of the Nintex form, This approach will allow us to modify the change in the css file to fix all layout isse in the nintex. we did not have to open all the forms one by one and modify the css in the Custom CSS Section in the Form Setting Window




Actually we can use the Custom CSS Includes Section to add a link reference pointing to the path of the css file



we only have to refresh the page to get the change in affect. in my case, i put my css stylesheet under the style library in the same sharepoint site

Site URL/Style%20Library/CSS/AdminAccessControlForm.css










Friday, July 27, 2012

How to fix CSS Style unable to load in asp.net web application hosting in Local IIS

I got my desktop completely format and re-install today. then i need to install all the
development tools and re-configure all the settings.

One of odd thing is the layout of the page looks disarray and very weird.

I checked that the reference path to the style sheet is correct, and it was working fine before.

I need to come back to the Windows Feature Configuration Window and make some turn on and off try, finally i got the solution that I must include the Static Content feature under Common HTTP 
Features Section.








After I finish the change to enable this specific feature, the page layout looks the same as before