Re: How do I word wrap within a Frontpage frame after indenting?
am 10.04.2008 16:53:12 von MD Webs Unlimited
By indenting do you mean you added spaces to the beginning of the line? I
would recommend using CSS instead
To accomplish with CSS
p {
padding-left: 3em;
}
The above will pad the paragraph by the width of 3 'm' characters in the
chosen character set size.
--
Mike - FrontPage MVP '97 - '02
Expression Tools & Addin
http://www.j-moves.com
http://www.panemanager.com
FrontPage Tools & Addin
http://www.jbots.com
E-Commerce
http://www.candypress.com
"Adrian" wrote in message
news:B3E6F1D1-784C-4439-ACA2-D3BC4E6C58A9@microsoft.com...
>I have indented some wording within a frame and the last one has gone onto
> the second line near to the margin. How do I get this word indented under
> the first?