I used to have a transition code for S2 that worked, even in my new layer. But since the layer got edited so that the header is now showing properly, it doesn't work any longer. The code for the transition looks like before (before the layer got edited). Sorry but I'm at the end of my wits. (I'm not a html crack). Can someone take a look at my code and tell me what's wrong? It did work right before and I don't understand why it stopped. (When I tried to make the layer visible I got a compile error. I did upload the layer as a text file now: LINK - click here This is the link to the file. You have to push the button: "GMX Media Center starten". Then you'll see the file: Cordykitten Additional Customizations.txt. I'm not sure if somebody can help - I just hope.) Now I was able to make the layer visible:
It says Child of layer 24857.
My layer has the number: 5565419
theme
Additional Customizations (name of layer)
*edit May 17th, 2011*
When replacing the lines
[link rel="stylesheet" href="$p.stylesheet_url" type="text/css" /]
$p.head_content
towards the bottom of my theme layer with
"""; $p->print_head();
$p->print_stylesheets(); """
like