Change banner in carl_contest

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Liilou Blue
Posts: 2
Joined: Tue May 30, 2006 4:59 pm

Change banner in carl_contest

Post 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
Col. Kurtz
Regular
Posts: 450
Joined: Thu May 26, 2005 10:43 am
Location: Bonn, Germany
Contact:

Post 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
Marc
Liilou Blue
Posts: 2
Joined: Tue May 30, 2006 4:59 pm

Post 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.
Post Reply