Following on the answers here, this prevents the <br> tag breaking in both Chrome and IE:
br {
content: " ";
display: none;
}
Following on the answers here, this prevents the <br> tag breaking in both Chrome and IE:
br {
content: " ";
display: none;
}