Hi,
try use CSS styles.
1. In tr:column set styleClass="myClass"
2. create myCSS.css file in public_html directory with
myClass {
xxx
}
where in place xxx try
vertical-align: baseline; (or bottom)
or
padding-top: 2px;
or something else (setting line height first ...) - styling by css is
sometime difficult.
3. You must set in tr:head CSS file by
<link type="text/css" rel="stylesheet" href="myCSS.css"/>
Hope this help,
Petr
Hannes Kulovits wrote:
Hello,
is there a possibility to change text positioning within a cell?
The first column of my table contains a radio button with the label
'Select' next to it. These two are perfectly horizontally aligned.
The second column contains the capital X for focussing into the tree
(the node).
The problem I have is that the capital X of the first column and the
radio button/label of the second column are not horizontally aligned.
I would now like to adjust the position of the capital X slightly
downwards. Is this possible?
See attachment for a screenshot of the table.
Thanks for you help,
Hannes