[問題] 怎麼把表格用出來(已解決)已刪文

看板Web_Design作者 (瞳 ,(sunhaw))時間16年前 (2009/07/10 22:10), 編輯推噓1(101)
留言2則, 2人參與, 最新討論串1/1
PIXNET的樣式裡,PIXNET都有設定一段CSS了 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,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,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%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; } pre{ font-size: 1em ; } .article-content{ _height: 1% ; overflow: hidden ; _overflow: none; } 這是痞客幫幫忙附加的CSS 然後表格就無法正常顯示了,都要另外用html讓它出現線 有沒有方法直接在CSS讓它出現完整表格呢? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.223.234.110

07/10 22:14, , 1F
td {border: 1px solid #000;}
07/10 22:14, 1F

07/10 22:28, , 2F
謝謝
07/10 22:28, 2F
文章代碼(AID): #1ALqlf9h (Web_Design)