Personal Video Database

English => Support => Topic started by: Zacca on April 01, 2010, 11:45:22 am

Title: skin: halign human
Post by: Zacca on April 01, 2010, 11:45:22 am
sorry but i v the same old problem... center something

Code: [Select]
<row>
<column halign="center">
<fieldlabel field="human" category="0">
<font>
 <size>14</size>
 </font>
 </fieldlabel>
 </column>
 </row>
= aligh left...not center  :(
Title: Re: skin: halign human
Post by: nostra on April 01, 2010, 02:34:15 pm
The problem here is that the label gets all the column's width. Try halign for the label itself instead of the column.
Title: Re: skin: halign human
Post by: Zacca on April 01, 2010, 07:13:32 pm
Ok work
Thanks