For some reason whenever my screen is minimized my header is getting pushed down to the next 3-4 lines. What do I need to do to my CSS to get this fixed?
Code:
<div style="background-color:#CD0000; height:90px; border:1px solid black">
<br />
<h1 style="color:White; margin-left:5px; font-family:Calibri; display:block;">
<img src="../Images/consortLogo.gif"
style=" height: 51px; width: 59px; border:1px solid black"
alt="Home is where the heart is..." /> New York Homeless Chapter</h1>
</div>