How do I indent a lot of text?

Answer Posted / guest

Again, there is no reliable way to do this. Netscape will
indent text inside a <BLOCKQUOTE>, but other browsers don't
have to do this. These could show the text in italics, or
perhaps with quotation marks around the text. This could
come out very strange.

An alternative is to use <DL> without <DT> and <DD>, which
is invalid HTML, but several browsers work around this error
by indenting the text inside it. This is not guaranteed to
work.

If you are willing to use tables for layout purposes, there
is another option. Create a one-cell table, as follows:

<CENTER>

<TABLE width="805px">

<TR><TD><DIV align=left>

<!-- The text goes here -->

</DIV>

</TD></TR>

</TABLE>

</CENTER>

A drawback to this solution is that very long blocks inside
a table may take a while to download and may not appear
until the entire table has been downloaded. Another drawback
is that it may force users to resize their viewing window
after they have become accustomed to their preferred settings.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of

tag in html?

547


What is meta information in html?

453


What is a physical tag in html?

479


Is select an empty tag in html?

485


Why do we use html5?

486






In html5, what is a microdata?

459


Which type of video formats are supported by html5?

445


What is demo in html?

481


What is the ?

477


How do I create frames?

483


Login form located at the home page acepting the name of the customer and its address, credit card and name of the products, a customer wnats to purchase, after the form has been accepted the website will issue order number for knowing the status.

1901


How do I eliminate the space around/between my images?

598


What is html text format?

464


What is a data list?

443


What is the purpose of Socket.readyState atribute of WebSocket?

489