View Single Post
Old 03-21-2021, 09:51 AM   #9
fbrzvnrnd
Fanatic
fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.
 
Posts: 559
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
Quote:
Originally Posted by what View Post
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.
fbrzvnrnd is offline   Reply With Quote