Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How do I find the url for my email?

908


Are there instances where the text will appear outside of the browser?

967


What is the difference between xhtml, html 4 and html 5?

1035


How include js file in html?

887


How to utilize a server-sent event in HTML5?

996


What is meta title tag?

811


What is namespace example?

848


What is the use of

tag in html?

999


Does html needs complier?

1126


What is head and

924


What is purpose of watchPosition() method of geolocation object of HTML5?

1014


What are different types of tags?

857


What is the difference between linking to an image, a website, and an email address?

1231


What are the new APIs provided by HTML 5 standard?

872


What are div tags used for?

820