Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

4. It is possible to use the below code snippets in order to further customize your forms.


Formatting input list field

form.nlForm select { 

            margin: .2em 0; 

        background: none !important;

}

1Definition for Cascading Style sheets provided by Wikipedia.

 

5. In the screen modification of your landing page, insert the new styles between the tags <head> and </head>.  There must be a "!important" at the end of the lines. 

...