just read out the story.
when you feel a few lines of sentences diferent than what you first wrote,
PLACE A
TAG THERE.
2007-06-24 04:18:27
·
answer #1
·
answered by Anonymous
·
0⤊
1⤋
Your text would normally wrap to fill the area available to it.
The text may also alter the size of the area. This all depends on how you have defined the area in which the text resides.
is used to create a break or new line. You place them where there are breaks or newlines in your story, usually at the end of the line.
is used to create paragraph breaks, again you use them in the same place you start new paragraphs in your story. Although you should use
...
paragrahp pair you will normall just find
at the end of the previous paragraph or start of the new one.
Another option is to use
story goes here
This will use your "pre"-formatted text (story) so that you don't need to use html tags such as
and
.
When you use
...
if your story has newlines, spaces and tabs they will be used as shown. In html they would normally be ignored.
2007-06-25 06:08:33
·
answer #2
·
answered by Tempest 3
·
0⤊
0⤋
If you are using a html page which is very simple, then to break the long line into the smaller one and continue the text into next line, you can use
tags. always use lower case like following .
(XHTML compliant).
If you want more space between the lines and wants to look like a paragraph..then go for
2007-06-24 11:26:22
·
answer #3
·
answered by kannan_prem 2
·
2⤊
0⤋
Text within HTML will normally adjust to fit what ever area it is in.
The
tag is just used to force a new line. All extra space and returns are ignored in HTML.
You must use to force extra spaces and
to force a new line.
2007-06-24 11:15:35
·
answer #4
·
answered by Barkley Hound 7
·
2⤊
0⤋
You need
for a new paragraph or
at the start of each. If you don’t understand paragraphs, there is little point in writing a story.
2007-06-24 13:17:20
·
answer #5
·
answered by ROY L 6
·
0⤊
1⤋
Those are used for breaks in the line, for example if you were listing something without the
at the end
----
1. pie 2. cookie 3. candy
----
It would turn out like that. If you put '
' at the end of each word it would turn out like this:
------
1. pie
2. cookie
3. candy
Hope it helped!
xxx
2007-06-24 11:16:34
·
answer #6
·
answered by Liddlehopper 2
·
2⤊
0⤋
http://www.crimsoneditor.com/
is a better replacement for notepad if your using that, as it shows the html syntax text in different colours.
as for your story, you could always use open office , save your document.. and also export to html.
http://www.openoffice.org
2007-06-25 08:46:02
·
answer #7
·
answered by junglejungle 7
·
0⤊
0⤋
i would use them when you change topic, or to break a long topic up, you also can use the p for paragraph, to break up topics, basically the b is just to move the line down, or rather start a new line, the p to break your story up
2007-06-24 11:21:04
·
answer #8
·
answered by dlin333 7
·
0⤊
1⤋
whenever u need to end up a line than u should insert a brek tag
well try making many lines i paragraph so the work would be easy thanks
2007-06-24 11:15:53
·
answer #9
·
answered by Anonymous
·
0⤊
1⤋
br = paragraph. you decide
2007-06-24 11:33:53
·
answer #10
·
answered by Anonymous
·
0⤊
2⤋