K, now I can hide the albums fine, but how do I put my own picture at the top?? Ive seen it on other sites.
Edit themes/yourtheme/template.html, and add it as you want. That's what I did.
OR, see the docs for 'custom header'.
Well, I didnt want to add my own theme, I just wanted to add a small jpg. pic at the top
You edit the template.html for the theme you use, if you use 'classic' you would edit themes/classic/template.html
and find : <td><a href="index.php"><img src="themes/classic/images/site_logo.png" alt="" border="0" /><br /></a></td>
and replace: site_logo.png
by the name of your logo (you put your logo in the directory themes/classic/images/
OR YOU RENAME YOUR LOGO "site_logo.png" it's more simple !!!
;)
Do I change .png also? Because my banner is a jpg.
of course you have to provide the correct extension as well. In fact this is just plain html...
Joachim