OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: table title indent - solution


(Answered my own question )

This method works to remove table title indentation :

	
	<xsl:attribute-set name="formal.title.properties"
			use-attribute-sets="normal.para.spacing">
.......
****		<xsl:attribute name="text-indent">0pt</xsl:attribute>   ******
	</xsl:attribute-set>

Cheers,        Tristan



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]