Try adding [& n b s p ;] without the spaces or brackets.
2006-11-29 23:06:05
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
Try using & N B S P ;
(without the spaces between the letters! Yahoo deletes all HTML code)
This is one space. Use it as many times as you need to indent. For instance, to indent five spaces:
& N B S P ;& N B S P ;& N B S P ;& N B S P ;& N B S P ;
Enjoy!
2006-11-29 23:07:18
·
answer #2
·
answered by Anonymous
·
1⤊
0⤋
You could use an inline style:-
Your text lives here
Just change the number infront of the em from 2 to reflect how much indentation you need. The em bit is how many letter "M" s the text is indented by.
2006-11-30 00:00:03
·
answer #3
·
answered by quartzstar 4
·
0⤊
0⤋
once you say indented paragraphs, that refers back to the first line of each and every paragraph beind indented through a particular quantity. For all "p" tags, positioned this on your CSS: p { textual content-indent: 2em; } If that is for decrease than a million or 2 paragraphs:
First line of paragraph is indented 2em./p Ron
2016-10-08 00:13:20
·
answer #4
·
answered by minick 4
·
0⤊
0⤋
The paragraph tag is
, but you already knew that. You cna achieve what you what using CSS, which is preferred as the CSS should contianf the layout, the styling or whatever, and the HTMl the content.
2006-11-29 23:12:46
·
answer #5
·
answered by Mark J 7
·
0⤊
0⤋
yep, just view source of a page you want to emulate and you'll find the syntax.
try using:
indentedtext
Oh sorry, just re-read your question, you only want the first line indented, my solution indent the whole para - sorry.
2006-11-29 23:18:11
·
answer #6
·
answered by Michael H 7
·
0⤊
0⤋
Try using the non-breakable space...
All five characters are included.
2006-11-29 23:24:29
·
answer #7
·
answered by Rey Arson II 3
·
0⤊
0⤋
Yes it can be done using CSS coding try this site
http://secure.experts-exchange.com/Web/Web_Languages/HTML/Q_22049361.html
2006-11-29 23:08:10
·
answer #8
·
answered by sistersandfriend 1
·
0⤊
0⤋
try & n b s p ; <--without the spaces
2006-11-29 23:05:25
·
answer #9
·
answered by Anonymous
·
0⤊
0⤋
read this article. it might help
http://www.blooberry.com/indexdot/html/topics/indent.htm
2006-11-29 23:05:25
·
answer #10
·
answered by Cribbage 5
·
1⤊
0⤋