The problem I was having is that a css template I was using was causing
br's to have an empty line in between which is very undesirable especially when displaying code.
br {
display:none;
margin: 0px;
height: 0px;
}
Using CSS code like above will fix it. You technically shouldn't need the margin or height either.
css, br, linethe, template, undesirable, displaying, display, margin, px, height, shouldn,