There are times when the next line after a <div>
class appears on the same line, and I find myself needing to add around 10 <br>
tags to move it to the next line.
Is this common practice or is there another way to address this issue?
Although everything seems to work fine, the excessive use of <br>
tags raises some questions. Is this standard procedure?
Thank you.
I managed to resolve the issue by using CLEAR:BOTH. Appreciate your help!