Topic: Adding image to header

Instead of using the forum title and forum description i want to have an image up there.  I'm pretty good at html but horrible at php so if you can please explain in detail that would be great.  I just tried an include() command with a link to the file i want as the image but that returned a lot of nonsense.  Thanks guys!

2

Re: Adding image to header

Well, you would start by accessing your Main.tpl file. Once you have accessed this file simply replace the <pun_title>, and <pun_desc> with an image tag. It should then display that image in the header on all of your forum pages.

Re: Adding image to header

That is exactly what i did and it returned a long message of nonsensical letters and shapes.  Am i using the wrong image tag?  <img src=""></img>?

4

Re: Adding image to header

the image tag is <img src="" alt="" />

Re: Adding image to header

Thank you very much.