Part 2:
What do I do that all the categories of titles were settled in a vertical line.
Screenshot 5-6.
The biggest problem is the custon field entries
An example of original code:
<row>
<column>
<label width="100" halign="right">
<caption>Movie budget:</caption>
</label>
<spacer width="7" />
<custom field="Movie budget"><font> <bold/> <size>10</size> <name>Arial </name> <color>$3333FF</color> </font>Movie budget<spacer width="10" /></custom>
</column>
</row>
or
<row>
<column>
<label width="100" halign="right">
<caption>Box Office:</caption>
</label>
<spacer width="7" />
<custom field="Money"><font> <bold/> <size>10</size> <name>Arial </name>
<color>$3333FF</color> </font>Money<spacer width="10" /></custom>
</column>
</row>
There was Horizontal broken last line in the skin,so I changed the code
<row>
<column>
<label width="113" halign="right">
<caption>Movie budget:</caption>
</label>
<custom field="Movie budget"><font> <bold/> <size>10</size> <name>Arial </name> <color>$3333FF</color> </font>Movie budget<spacer width="10" /></custom>
</column>
</row>
or
<row>
<column>
<label width="113" halign="right">
<caption>Box Office:</caption>
</label>
<custom field="Money"><font> <bold/> <size>10</size> <name>Arial </name>
<color>$3333FF</color> </font>Money<spacer width="10" /></custom>
</column>
</row>
follows now no longer Horizontal broken last line in the skin therefore, it no longer addresses all categories aligned in a vertical line.
What should I change the codes to be addresses all categories aligned in a vertical line.
[attachment deleted by admin]