Re: How to use page properties

  •  11-30-2006, 9:44 PM

    Re: How to use page properties

    I see that page. Thanks.
     
    However:
     
    On that page, if I start a new page, set the page properties as left margin = 125, then type
     
    This is a row
     
    When I look at the HTML, I see:
     
    <html>
        <head>
            <link href="http://cutesoft.net/example/style.css" rel=stylesheet>
        </head>
        <body leftmargin="175">
            <div><strong>This is a row</strong></div>
        </body>
    </html>
     
    If I paste that into FrontPage and select "Preview", it correctly displays with the margin setting.
     
    However, when I click "Preview" in CE, it doesn't consider the margin. "This is a row" is butted full left.
     
    What am I doing wrong?
     
    Fred
View Complete Thread