1

Topic: One small CSS problem - BR fixed height

Hi,

I have currently one minor problem with CSS.  My level in CSS is good and was confident to find the solution by myself but sadly I didn't... sad

How to assign a fixed height to the BR tag, that is a height independant from parent element (e.g. <p>).

Thank you

2

Re: One small CSS problem - BR fixed height

You can't.  The br tag doesn't generate a box, its just a linebreak. You need to adjust line-height for the text to increase spacing.