![](https://secure.gravatar.com/avatar/03e0d5cf6f173f88af40808ef41b599c.jpg?s=120&d=mm&r=g)
30 Sep
2011
30 Sep
'11
7:56 p.m.
On Friday, September 30, 2011, 2:54:08 PM, Shawn wrote:
SHC> On 11-09-30 08:43 AM, openguen wrote:
I am very new to Inkscape and I want to create my own website. However,I could not find the way to centerally align the web page on the screen. Anyone having any idea?
SHC> Use CSS:
SHC> body { SHC> left-margin: auto; SHC> right-margin: auto; SHC> }
Assuming
a) the SVG is wrapped in HTML, and
b) that you meant:
body { margin-left: auto; margin-right: auto; }
--
Chris Lilley Technical Director, Interaction Domain
W3C Graphics Activity Lead, Fonts Activity Lead
Co-Chair, W3C Hypertext CG
Member, CSS, WebFonts, SVG Working Groups