Domino server 8.51 unhelpfully now generates around radio buttons and check boxes.
Is there a server notes.ini setting to tell it to stop doing this? It’s screwing up my css programming elsewhere in my forms.
Domino server 8.51 unhelpfully now generates around radio buttons and check boxes.
Is there a server notes.ini setting to tell it to stop doing this? It’s screwing up my css programming elsewhere in my forms.
Subject: workaround
I did a workaround…
instead of using a simple selector in my style sheet such as:
form fieldset label { }
instead I made a class and assigned that class by hand to each and every label on all my forms. Not the most desirable way, as it adds more text to the page load time… but oh well.