在jquery accordion控件中,我显示了一张图片,图片下面是description.but描述。我想要与图片内联显示。我的代码是-
<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>发布于 2010-06-11 19:07:47
<img src="images/manage.jpg" alt="" style="float:left;" />我认为,您应该将图像移出<p>
使用<br />代替</br>
发布于 2010-06-11 19:21:03
第二种方法是:
<img src="images/manage.jpg" alt="" align="left" />https://stackoverflow.com/questions/3022192
复制相似问题