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!
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
In your CSS add:
Allan
thanks Allan!