WYSIWYG Editor Margins
This extra CSS works in Internet Explorer, but only displays the border and not the margins in Firefox. Is there a way to fix this code so there are no margins in the WYSIWYG Editor typing box while using Firefox?
border: 1px solid #000000;
{
margin-left: 0px;
margin-top: 0px;
}
|