2010-06-11 17 views
2

在jquery手風琴控制中我正在顯示一張圖片以及description.but描述正在image.I下方顯示。 我的代碼 -如何在html中包裝文字?

<div> 
    <p> 
    <!-- avatar --> 
    <img src="images/manage.jpg" alt="" /> 
    <!-- /avatar --> 
     Airlink's Managed Services supports a "build-operate-transfer" model, enabling service providers to quickly and cost-effectively build out a large-scale, broadband wireless network by initially outsourcing operational functions to Pronto and eventually transferring operations in-house, if desired. 
</br></p> 
     As part of the service, Airlink provides all the back-office operations for customers from its Network Operations Center (NOC), leveraging its leading UniFi OSS platform.</p> 
    <p> 
     <a href = "#" >Read More.. </a> 
    </p> 
</div> 
+2

你真的應該通過驗證器來運行該代碼。 – Quentin 2010-06-11 11:25:29

回答

0
<img src="images/manage.jpg" alt="" style="float:left;" /> 

而且我認爲,你應該將圖像出來<p>

代替</br>使用<br />

-1

二的方式來做到這一點:

<img src="images/manage.jpg" alt="" align="left" /> 
+2

不贊成,1998年的風格。應該避免。 – 2010-06-11 11:28:22