Topic: Header Image Link Button

Newbie to punBB and an old timer that hasn't done code in more years than I care to remember.  I am trying to take a header image and use it as a link button, to exit the forum and return to the website home page (on same server). 

I have searched every expression I can think of, and have not found a method of doing it in punBB 1.3.4.  Can someone point me in the right direction, or clue me in on how I can do it? 

All assistance is appreciated. 

Thanks,

Al Heline

Re: Header Image Link Button

You can add custom HTML code (like <a ...><img ...></a>) to the include/template/main.tpl file.

I didn't really get what you mean. Please, describe in details what you want if the advice above doesn't solve your issue.

Re: Header Image Link Button

I have replaced the standard punBB header area with a custom image that fills the whole header area.  I would like to turn the whole header area into an area where you could mouse click, it would act as a link, exiting punBB and go to the website (home page).  It would basically be a navbutton in lieu of navtext.  I currently have a LINK navtext inside the menu bar, but people are complaining they cannot find it.  Thus, the object of the mission is to make a huge area where users can click anyplace on the header and it will take them to the website. 

I was trying to do it inside (Style/Oxygen/Oxygen_cs.css & Oxygen.css).  I'll try going into include/Template/main.tpl file and see if I can figure it out thee.  Thanks.

Al Heline