2 blueyed Jan 10, 2006 16:46

ok, but what part do I edit?
Find the code that displays the blog name and replace it with (the html to display) your image.
In current CVS it's
<h1 id="pageTitle"><?php $Blog->disp( 'name', 'htmlbody' ) ?></h1>
that displays the blog's name. Replace this with your
<img src=".." alt=".." />
.
Thank you so much!
See /skins/custom/_main.php.