how can i set the margins to 0 when attachUrl with this code.
i dont use
because i want the cells to resize depending on browser size.
html, body {
width: 100%;
height: 100%;
margin: 0px;
overflow: hidden;
}
html, body {
width: 100%;
height: 100%;
margin: 0px;
overflow: hidden;
}