Hi I need help putting a custom header on serendipity. I have very little knowledge of php. I want the blog to look similar to my website with links, etc. I was able to embed a footer into my forum program but there was a header file, in which was all I needed to edit. If anyone could let me know in layman's terms, I would deeply appreciate it!!!!!
Thank you
Need help with banner / footer
I'm sorry, but that's simply too little information to really help you. We at least need to know which template and which version of Serendipity you're using. Code examples (i.e. your changes to the .tpl/.css files) would be even better, and an URL to see your template in action would really help.bjorkk wrote:I copied and pasted the code for the header I wanted to put on but when I uploaded it the header was not shown? Any advice? I edited the .tpl folder
YL
I edited the index.tpl file. the url to the blog is http://www.whatshoppin.com/serendipity/ I want to add the top images and links from www.whatshoppin.com to the blog. I am sorry, but I really am clueless. I hope this is a little more info
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Why not just edit the index.tpl template file and insert HTML-code that you need?
What exactly did you try to insert there? Something like this:
should already work.
HTH,
Garvin
Why not just edit the index.tpl template file and insert HTML-code that you need?
What exactly did you try to insert there? Something like this:
Code: Select all
<a href="http://www.google.de/"><img src="http://www.googgle.de/intl/en_com/images/logo_plain.png" /></a>
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/