I am creating a text editor, and I am working on the sizing of my div
. Unfortunately, it does not take up the whole page. Its width
and height
are set to 100%
. Here is the CSS:
html, body {
position:absolute;
z-index:1;
top:0px;
left:0px;
}
If you would like to view the page, you can see it here. Thank you all so much for your help.