Hi,
I have a problem with a <span> element. In my HTML code there is two (or more) span that are brothers. I need in some case to apply the css property "display: block" to make them below others. On my browser it looks like this:
"Mozzarella sticks" is above "Beignets de Mozzarella fondants, sauce BBQ".
After I generate the PDF <span> are interpreted as inline, there is no line breaks between them.
I tried to use <div> instead of <span> but it inverse the problem, <div> displayed in block works fine, but inline isn't working anymore.
There is a work around? with keeping <span> in my code.
Thanks in advance.
I have a problem with a <span> element. In my HTML code there is two (or more) span that are brothers. I need in some case to apply the css property "display: block" to make them below others. On my browser it looks like this:
"Mozzarella sticks" is above "Beignets de Mozzarella fondants, sauce BBQ".
After I generate the PDF <span> are interpreted as inline, there is no line breaks between them.
I tried to use <div> instead of <span> but it inverse the problem, <div> displayed in block works fine, but inline isn't working anymore.
There is a work around? with keeping <span> in my code.
Thanks in advance.