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 apply the margin. The words, "This is a row" is butted full left.
What am I doing wrong?
Fred