当前位置:编程学习 > C#/ASP.NET >>

在网页中实现一块让图片在文字中间的代码

请高手给写一下,怎样在网页中实现一块,让图片在文字的中间的代码 --------------------编程问答-------------------- 使用文本编辑器,调整布局 --------------------编程问答-------------------- 文字环绕图片
<style type="text/css">
#demo{
    font-size:12px;
    color:#333;
    width:400px;
}
#demo img{
    float:left;
}
</style>

<div id="demo">
</div> --------------------编程问答-------------------- 使用 table 设置
补充:.NET技术 ,  Web Services
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,