關於CSS中首行的縮排問題

來源:互聯網
上載者:User

對於CSS中的首行的縮排,大家都很熟悉吧,無非是就是在本頁面上加上以下的內容:

<style>

p {

font-size:14px;

text-indent:2em;

}

</style>

或在外調的css中寫入:

p {

font-size:14px;

text-indent:2em;

}

如這些都不行,也只有在每個段落中加入:

< p sytle="text-indent:2em">本文</p>

當這些都不能得到縮排的時候,就是text-indent不起作用了,這如何是好,現在應該是很多的瀏覽器都支援這個CSS功能,可又為什麼又不會出現效果呢,這叫人有點不適應,是CSS的外調用的路徑不對,如是這樣,用第一種方法放在單頁面中,也應該正常的,可還是沒有反應(IE、FF都沒反應),如用第三種,這樣會麻煩,不會每寫一本文,都在加上這個,看來,text-indent沒有起來作用。

不知有那位高人可以說說是為什麼呢?

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.