I have tried all the things I could think of, but it will still not let me change the height/hight no matter how much I try, it will let me change the width though...
HTML (Home Page):
<iframe src="sidebar.php" width="20%" hight="800px"></iframe>
CSS (Home Page):
iframe {
background-color: #222222;
border: none;
color: white;
height: 100%;
}
There!