I'm working with a web page which currently uses <br>
tags for spacing and page layout, and I want to remove all these tags and replace them with an equivalent in CSS to make the page more accessible to screen readers.
As part of this process, I need to replace the break tags that are currently used for spacing with CSS-based padding.
Could someone tell me what the default line break height is so that I can set my padding to equal that height and save a lot of time?
is a line break. It doesn't have a height, it just breaks the line. – JJJ May 29 '15 at 16:18
` tags for formatting, and you need to replace those tags with an equivalent in CSS, right? I'm going to edit to clear things up a bit, feel free to revert if my edit changes the intent of your question. – Ajedi32 May 29 '15 at 16:39