想实现内容页图文混排的布局效果,但动态的后台添加有困难,不知各位有什么好的方法
想实现内容页图文混排的布局效果,但动态的后台添加有困难,不知各位有什么好的方法
2008-10-22 23:46
2008-10-22 23:57
2008-10-23 00:07
2008-10-23 00:14
2008-10-23 00:15
程序代码:
<div id="img_text_style" style="width:400px">
<h3 style="color:red; padding-left:1em;">想内页就这样显示不知该怎样控制如下</h3>
<div id="left" style="float:left">
<img src="123-2.jpg" width="100" height="60" alt="" />
</div>
<div id="right">
具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体
文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内
容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体
文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内容具体文字内
容具体文字内容具体文字内容。。。。。。
</div>
</div>

2008-10-25 10:02

2008-10-31 16:26
2009-10-18 09:07