any way to set links in the header or footer (w/images)???

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
BH

any way to set links in the header or footer (w/images)???

Post by BH »

Great script...got it working np...however was wondering if there is any way to link an image in the header or footer. It appears that the <A HREF> won't work around the image to link back to the page that links to the MB.

any thoughts? help?

Thanks,
B
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

You will need to know some basic HTML for this. Just add the image HTML code to the header/footer file, for example:

Code: Select all

<a href="http://www.something.com"><img src="http://www.something.com/image.jpg" border="0"></a>
Regards,
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Locked