Page 1 of 1

Change banner in carl_contest

Posted: Tue May 30, 2006 5:13 pm
by Liilou Blue
Hey,

i want to change the banner in my blog.
I know I have to write it in the index.tpl, but I´m not sure where.
Somewhere in here: ?
<div id="serendipity_banner"><a id="topofpage"></a>
<h1><a class="homelink1" href="{$serendipityBaseURL}">{$head_title|@default:
$blogTitle|truncate:80:" ..."}</a></h1>
<h2><a class="homelink2" href="{$serendipityBaseURL}">{$head_subtitle|@defau
lt:$blogDescription}</a></h2>
</div>
What do I have to do now?
Here´s the blog: http://www.studis.de/usta-ph-freiburg/cms
And what do I do that the banner has the right size?

I hope anyone can help me,
greetings,
liilou

Posted: Tue May 30, 2006 5:33 pm
by Col. Kurtz
yup right there? You want an image to show at that place? Just replace what you have quoted with the html code for this.
for the size you might look at this thread (I hope it helps): http://www.s9y.org/forums/viewtopic.php?t=5536

Posted: Tue May 30, 2006 5:43 pm
by Liilou Blue
yeah, but what exactly do i have to replace?
is this right?
<div id="serendipity_banner"><a id="topofpage"></a>
<img alt="usta-banner" src="http://www.studis.de/usta-ph-freiburg/c ... ldoben.jpg">
<h1><a class="homelink1" href="{$serendipityBaseURL}">{$head_title|@default:
$blogTitle|truncate:80:" ..."}</a></h1>
<h2><a class="homelink2" href="{$serendipityBaseURL}">{$head_subtitle|@defau
lt:$blogDescription}</a></h2>


and i just got another problem: i made a new style in a new directory, changed info.txt and everything, but the style doesn´t appear in the admin-interface.