[tw] Re: SiteTitle Layout

2009-10-17 Thread shavinder
In [[PageTemplate]] you will find this line: div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]' By changing the two color params here you can change the gradient of the header. You need not specify the colors mentioned in [[ColorPalette]] eg: div

[tw] Re: SiteTitle Layout

2009-10-17 Thread Marc
Thank you... And is there any chance to put an image in the background instead of those colours?? On 17 Okt., 19:29, shavinder shavinderpalsi...@gmail.com wrote: In [[PageTemplate]] you will find this line: div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]]

[tw] Re: SiteTitle Layout

2009-10-17 Thread Tobias - http://tbGTD.tiddlyspot.com
Of course there is, Here is how it works :http://www.w3schools.com/css/css_background.asp Therefore, put something like this into your StyleSheet: .header{background:#fff url('path/to/my/img.png') repeat-x top left} Tobias. --~--~-~--~~~---~--~~ You received