tryhtml_object_vspace_css 在线代码实例
<h4>没有边距的对象:</h4>
<p><object width="150" height="150" data="/statics/demosource/helloworld.swf"></object>这是一些文本。这是一些文本。这是一些文本。</p>
<h4>顶部和底部边距为100像素的对象:</h4>
<p><object width="150" height="150" data="/statics/demosource/helloworld.swf" style="margin:100px 0px"></object> 这是一些文本。这是一些文本。这是一些文本。</p>