2013-11-27 114 views
0

我不知道如何描述我的問題,因爲我甚至不知道這是一個錯誤!如何從html內部刪除一些空白空間

在我的大部分作品中都有一些html內部的空白空間。

我知道一些空間或其他特殊字符是從瀏覽器渲染中跳過的,但是這個從不跳過!

enter image description here

在我的PHP文件

我有一個包括恰好接近該空間。

我該如何刪除?在此先感謝...

<div class="pg-picture"> 
    <img src="img/top-pic/1375022681.jpg" alt="" width="353px" height="145px" /></div>   </div> 
     </div> 
    </div> 
    <div id="section"> 
     <div class="container clearfix"> 
      <script type="text/javascript"> 
    setTitle('title'); 
</script> 

CSS:

html,body,.container{min-height:100%} 
.container{margin:0 auto;position:relative;width:990px} 

html>body .clearfix:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden;*zoom:1} 
* html .clearfix{height:1%} 
+2

第1步:向我們展示你的實際源代碼 - 而不是從「檢查」選項卡上的輸出,因爲它修復了HTML和其他東西。 (*提示;右鍵單擊 - >查看源代碼*) – h2ooooooo

+0

看看你的php代碼中是否有'echo'\ n「' – Heinrich

+1

也需要你的css作爲容器和clearfix - clearfix通常使用僞元素來增加空的內容 – Pete

回答

0

試着在你的CSS改變content:" "content=""

What is a clearfix?

+0

我之前做過,但沒有任何變化。 – Pooya