[Home] [By Thread] [By Date] [Recent Entries]
So I have a table that contains a cell of which I need to display the
bullet(•). The problem I am having is that I need to make the
bullet larger so I used a font-size = 15pt. This solved the issue and
the bullet displays at the right size however one side effect is that my
row that this bullet exists in expands in height.
I realize 15pt is likely higher then the row height but its possible for other cells in this row to wrap and I want those cells to dictate the height. Im sure there is an easy solution to this but I am fairly new to xslt. Here is the code that I have for the cell involved. <fo:table-cell padding = ".5mm" border-width=".2mm" border="solid" border-right-width="0mm" border-bottom-width=".2mm" border-top-width=".2mm" text-align="center"> <xsl:for-each select="MEDDST"> <fo:block font-size="15pt"> <xsl:value-of select="'•'" /> </fo:block> </fo:table-cell >
|

Cart



