Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SVR

Pages: [1]
1
Scripts and Templates / Re: screenshots and cover size
« on: February 01, 2010, 08:12:36 pm »
Thanks  :D it work for the screenshot ... for the covers it still a mystery

2
Scripts and Templates / screenshots and cover size
« 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>&amp;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>

Pages: [1]
anything