?? format.xsl~
字號:
ct:box<<<center><table> <xsl:for-each select='@*'> <xsl:attribute name='name(.)'><{.}></xsl:attribute> </xsl:for-each> <xsl:if test='not(@width)'> <xsl:attribute name='width'>100%</xsl:attribute> </xsl:if> <xsl:if test='not(@cellspacing)'> <xsl:attribute name='cellspacing'>0</xsl:attribute> </xsl:if> <xsl:if test='not(@border)'> <xsl:attribute name='border'>0</xsl:attribute> </xsl:if><tr><td><xsl:apply-templates/></td></tr></table></center>>></xsl:template>ct:section[title]<<<p/><table width='100%' class='section' cellspacing=0 cellpadding=3 border=0><tr><td> <font size='+1'><xsl:apply-templates select='title'/></font></td></tr><tr><td><xsl:apply-templates select='*[name(.)!="title"]'/></td></tr></table>>>ct:section[@title]<<<p/><table width='100%' class='section' cellspacing=0 cellpadding=3 border=0><tr><td> <font size='+1'><{@title}></font></td></tr><tr><td><xsl:apply-templates select='*'/></td></tr></table>>>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -