I place a 4E pattern layout in the body section. How to remove programatically (without changing the CSS) the outer white frame and the layout inner paddings.
And, is it also possible to set the border for each frame separetely to 0px or change the border color.
1st red arrow (from top to bottom)
this is default skin setting, but can be changed (unofficially):
main_layout.cells(“a”).cell.childNodes[main_layout.cells(“a”).conf.idx.cont].style.padding = “0px”;
main_layout.cells(“a”).conf.cells_cont = null;
main_layout.setSizes();