English > Support

Horizontal broken last line in the skin

(1/1)

Ivek23:
Part 1:
How and what I need to fix the Horizontal broken last line in the skin.
Screenshot 1-4.

[attachment deleted by admin]

Ivek23:
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:

--- 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>
--- End code ---

or

--- Code: ---<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>
--- End code ---

There was Horizontal broken last line in the skin,so I changed the code


--- 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>
--- End code ---
or

--- Code: ---<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>
--- End code ---

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]

Ivek23:
Using the this one skin:
Annex first xml-pvd_movie_tabs extra+.
and here same skin adjusted (mod):
Annex second xml-pvd_movie_tabs extra+mod.

[attachment deleted by admin]

Ivek23:
I found a solution for all

--- 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>
--- End code ---

this remains  <spacer width="7" />
here and replace this
 <custom field="Movie budget"><font> <bold/> <size>10</size> <name>Arial </name> <color>$3333FF</color> </font>Movie budget<spacer width="10" /></custom>

this
<custom field="Movie budget"><font> <bold/> <size>10</size> <name>Arial </name> <color>$3333FF</color> </font>Movie budget</custom><spacer width="10" />

and everything is OK more are Unfortunately, no pictures only xml in Appendices.





[attachment deleted by admin]

Navigation

[0] Message Index

Go to full version