Methodforhidinglinesbetweencellsinatable(表格中单元格之间分隔线的隐藏方法).doc

Methodforhidinglinesbetweencellsinatable(表格中单元格之间分隔线的隐藏方法).doc

  1. 1、本文档共10页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
Method for hiding lines between cells in a table(表格中单元格之间分隔线的隐藏方法) Method for hiding lines between cells in a table(表格中单 元格之间分隔线的隐藏方法) First, the hidden lines between the cells in the table First row Second elements Third elements This table removes the horizontal separation line between cells (rules=cols) Clause No. 123 Column column This table removes the vertical separation line between cells (rules=rows) Horizontal line The vertical line It's gone This table removes the vertical divider between the cells and the horizontal divider (rules=none) -------------------------------------------------------------------------------- In fact, the three tables above have three rows and three columns. The key to hiding the separator is rules, looking at the source code of the three tables, and we can see that there are <TABLE> tags in the rules tag. It has three parameters (cols, rows, none), when rules=cols, the table will hide the dividing line of vertical, so that we can see the table rows; when rules=rows is hiding the dividing line of horizontal, so we can only see the table columns; and when rules=none, the longitudinal and transverse separation line the dividing line will hide all. Two, table borders hidden General table Tang This is an ordinary form Not afraid of rain Show only the upper border (frame=above) What should I do when it rains? Show only the lower border (frame=below) Not up to the sky Cannot touch the ground Show only left and right borders (frame=vsides) Go away on both sides Father surnamed Wang Show only the upper and lower borders (frame=hsides) About Embarrassed Show only the left border (frame=lhs) About Embarrassed Show only right border (frame=rhs) Bald The whole thing has gone off No borders (frame=void) are displayed ----------------------------------------------------------- --------------------- The display and hide of the table borders can be controlled by the frame parameter. Please note that this onl

您可能关注的文档

文档评论(0)

小小新 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

认证主体谢**

1亿VIP精品文档

相关文档

相关课程推荐