Hi all,
I'm trying to remove the margin the browser shows on the body element in the index.html.
When i load the page in the browser (chrome) I see a margin around the canvas. (the black background becomes visible). I can remove the margin by adding 'margin: 0;' in chrome, to the body element.
But when i add this in the index.html upload the page and refresh the online webpage, nothing happens. I've checked the source code of the page. No extra css. After that i checked the file on the server, there is extra css!
It looks like the extra css is removed from the index.html as soon as the page loads.
Any suggestions how to tackle this?
Thanks in advance!
M4M
EDIT: I think i posted in the wrong forum. Should be "how do i". Sorry