You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
589 B
24 lines
589 B
<refentry id="html.cellspacing">
|
|
<refmeta>
|
|
<refentrytitle>html.cellspacing</refentrytitle>
|
|
<refmiscinfo role="type">integer</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>html.cellspacing</refname>
|
|
<refpurpose>Default value for cellspacing in HTML tables</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='html.cellspacing.frag'>
|
|
<xsl:param name="html.cellspacing" select="''"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>If specified, this value will be used as the default cellspacing value
|
|
in HTML tables.</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|