Hello,

I'm a new user of TT2 and I got some questions about it.
Firstly, I have a problem with the config file of splash.   The line "PROCESS splash/config" doesn't work. I use it in my file which is "pre processed"  when I create my new template. I want to specify the path for the splash images. However it works when I do the change in the config file itself.  I checked the path of the images directory and the rest works, I mean templates in general work.

Secondly, I can't change colors for tabsets and frames. Here is the examples I found on the website :


---------------------------------------------------------------
[%  style = splash.style.select
   width = '75%'
   pad   = 10
%]


[% col = 'white' %]
[% WRAPPER splash/bar + splash/text
          size='+1'
%]

University as a Marketplace
[% END %]


---------------------------------------------------------------

I would like to change the colour of the text and the colour of the bar (two different colour), but when I put col='white', everything becomes white.

----------------------------------------------------------------
[% col='green' %]
[%  tabs = [
         { link => '#wait',  text => 'Wait'  }
         { link => '#meet',  text => 'Meet'  }
         { link => '#shade', text => 'Shade' }
    ]
%]

[% INCLUDE splash/tabset %]
---------------------------------------------------------------

here, everything becomes green.


Thanks in advance for your help


Fabien

Reply via email to