how to wrap text in html?

Posted by amanda on Stack Overflow See other posts from Stack Overflow or by amanda
Published on 2010-06-11T11:05:34Z Indexed on 2010/06/11 11:12 UTC
Read the original article Hit count: 245

Filed under:
|

in jquery accordion control I am displaying one image along with description.but description is coming below the image.I want to display inline with the image. my code-

<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>

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about html