打印

[求助] 【已解决】TD内的段落问题

我在单元格里面嵌入了一个P,结果在IE6和FF下预览时显示的效果不一样,在FF下改单元格被撑得好高,IE下正常。
这是什么原因呢?怎么解决? 谢先。

附代码:<td ><p>蓝色理想</p></td >

[ 本帖最后由 ycbx 于 2008-7-29 15:23 编辑 ]
reset一下
复制内容到剪贴板
代码:
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
谢。 学习ing。