Hi,
It seems your TW has been edited with a text editor or an html editing
tool, to change the style sheet CSS stuff. StyleSheetLayout imo has
been edited at the HTML file level. TW should only be edited with TW
itself. Otherwise it will be very hard to debug errors.

The easiest way to change CSS is to add it to the StyleSheet tiddler.
Since StyleSheet tiddler is the last one, that is activated by TW
core, it will win.

I did download a vanilla TW [1] and did the 2 changes, described
below. It will add your header graphics and you still can use
SiteTitle and SiteSubtitle tiddler :)

menu-> Mehr: Shatten: StyleSheet add:
/*{{{*/
.headerShadow {
        background: url("Wappen_HN.png");
        height: 89px;
}
/*}}}*/

since the background: url() is a relative path, the png file has to be
in the same directory than your TW file.

Since you don't want to use the gradient, you can just remove the
macro in the PageTemplate tiddler.
__Important__
First create a backup. If you mess up the page template, TW may be
hard to handle :)

open right menue "Mehr: Shatten: PageTemplate" tiddler
remove this line (the first line only. google groups will split the
line below.)

<div class='header' macro='gradient vert
[[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>

save - done

have fun!
mario

[1] http://tiddlywiki.com

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to