Page 1 of 1

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

Posted: Fri Jun 10, 2005 3:26 pm
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

Posted: Fri Jun 10, 2005 3:33 pm
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,