Any way to not display the close button on a form (the 'X')?
This question has an accepted answers - jump to answer
In your CSS add:
div.DTED_Lightbox_Close { display: none; }
Allan
thanks Allan!
Answers
In your CSS add:
Allan
thanks Allan!