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