Author Topic: skin: halign human  (Read 4393 times)

0 Members and 1 Guest are viewing this topic.

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
skin: halign human
« 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  :(

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: skin: halign human
« Reply #1 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.
Gentlemen, you can’t fight in here! This is the War Room!

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: skin: halign human
« Reply #2 on: April 01, 2010, 07:13:32 pm »
Ok work
Thanks