2
					
						
						« on: January 02, 2010, 07:14:52 pm »
					 
					
					Hi,
Based on the following code from the skin "pvd_classic_movie_tabs", i'm trying to modify the size of screenshots, frontcover and cdcover. Do wou get any idea what I should modify/add ?? 
Thanks in advance
 <tab>
   <caption>&Images</caption>
   <color>$D7FDDD</color>   
   <row>
    <column>
    <fieldlabel field="screenshots" halign="center"/>
   </column>
   </row>
   <row>
    <column>    
    <screenshots>
     <border shape="none" />
    </screenshots>
   </column>
   </row>    
   
   <row>
   <column>
    <fieldlabel field="froncover" halign="center">
             
    </fieldlabel>
   </column> 
   <column>
    <fieldlabel field="cdcover" halign="center">
             
    </fieldlabel>
   </column>
   </row>   
    
   <row>
   <column>
    <froncover height="160"/>      
   </column>
    <column>
    <cdcover height="160"/>      
   </column>
   </row>
  </tab>