2010-06-11 5 views
2

jquery accordion control 설명과 함께 하나의 이미지가 표시됩니다.하지만 설명이 이미지 아래에오고 있습니다. 이미지와 함께 인라인으로 표시하고 싶습니다. <p>html로 텍스트를 줄 바꿈하는 방법?

대신 </br> 사용 <br />

+2

실제로 유효성 검사기를 통해 해당 코드를 실행해야합니다. – Quentin

답변

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

그리고 내 생각, 당신이 이동해야 이미지가이 작업을 수행합니다 :

<img src="images/manage.jpg" alt="" align="left" /> 
-1

두 번째 방법 밖으로 내 코드 -

<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

더 이상 사용되지 않으려 고합니다. 피해야합니다. –

관련 문제