Quote:
Originally Posted by what
Thank you, I got it now!
I have been wrapping the SVG in a DIV:
Code:
<div style="text-align:center"><svg ...
And that doesn't work. But when I wrap my SVG in a P, like you did, it works like a charm!
Thank you!!!
|
My pleasure. text-align is not a <div> properties, but it is a <p> one.