N
Nowhere
How do you indent a line? ie: Bring it further inwards.... Thanks...
Nowhere said:How do you indent a line?
Nowhere said:How do you indent a line? ie: Bring it further inwards.... Thanks...
I want to indent one or two lines of any paragraph.
Just to bring the text in by say, half an inch or so!!!
From: Steve Pugh said:Newsgroups: alt.html
Date: Tue, 29 Mar 2005 19:50:26 +0100
Subject: Re: Indent
snip
Not possible. You can indent a whole paragraph or you can indent the
first line of a paragraph but that's it.
To indent a whole paragraph by half an inch on the left you would use
p.foo {margin-left: 0.5in;}
<p class="foo">....</p>
But inches are not a very useful unit of measurement on the WWW. I'd
suggest using em instead. 3em would be about right.
Steve
Nowhere said:I want to indent one or two lines of any paragraph.
Just to bring the text in by say, half an inch or so!!!
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.