![](https://secure.gravatar.com/avatar/5d1a96fd7e651e3fcf331d2ffca73c7e.jpg?s=120&d=mm&r=g)
I already wrote it as "margin-left" and "margin-right". And also I set width as 100% in one version and in pixels in another version. I am still looking for a solution...
________________________________ From: Alessandro Antonello <antonello.ale@...155...> To: openguen <openguen@...660...>; Inkscape User Community <inkscape-user@...126...ists.sourceforge.net> Sent: Sunday, 2 October 2011, 6:29 Subject: Re: [Inkscape-user] align the web page centerally
2011/10/1 openguen <openguen@...660...>:
Unfortunately, no change occured; and also it didn't yield any error.
If you're not using a separate *.css file, try putting it in the <svg> tag:
<svg style="left-margin: auto; right-margin: auto;"
Shouldn't it be 'margin-left' and 'margin-right'? Since it is CSS, the 'margin' thing should come first. You must set 'width' also so the margins are really automatically defined.