表格中邊框的顯示
今天調(diào)頁(yè)面,最討厭搞頁(yè)面了,不過(guò)沒(méi)辦法
還好,學(xué)到二個(gè)屬性的使用,哈哈,會(huì)的朋友見(jiàn)笑了
表格中邊框的顯示
顯示所有 4 個(gè)邊框 <table frame=box>
只顯示上邊框 <table frame=above>
只顯示下邊框 <table frame=below>
只顯示上、下邊框 <table frame=hsides>
只顯示左、右邊框 <table frame=vsides>
只顯示左邊框 <table frame=lhs>
只顯示右邊框 <table frame=rhs>
不顯示任何邊框 <table frame=void>
表格中分隔線(Rules)的顯示
顯示所有分隔線 <table border rules=all>
只顯示組間分隔線 <table rules=groups>
只顯示行間分隔線 <table rules=rows>
只顯示列間分隔線 <table rules=cols>
不顯示任何分隔線 <table rules=none>
posted on 2008-03-04 12:26 石業(yè)海 閱讀(1097) 評(píng)論(0) 編輯 收藏 所屬分類: JSP頁(yè)面