header

Started by Arrisje, July 01, 2007, 11:49:42 PM

Previous topic - Next topic

Arrisje

I got this header on my forum , and would like the header to link to my homepage. Is it possible for someone to make a mod for that. Thanks in advancd  :)
My forum is here ]http://arrisje.110mb.com/Forum/index.php] [nofollow]
ANd here is my main webpage http://sirra.110mb.com/Index.htm [nofollow]

redone


Arrisje

There must be something I am not doing right. This is the result I am getting.
And the header/banner is not clickable ;(
This is the code I have put in the page


<a href="http://sirra.110mb.com/Index.htm"><img src="', $settings['http://arrisje.110mb.com/Forum/Themes/default/images/headers.gif'], '/headers.GIF" border="0"></a>


Could you please help me? Thanks for your assistance.

Arrisje

I don't want to beg, but is sure would make it a lot easier if there was a mod for a header. I am quite sure that I am not the only one who would really appreciate it for all you guys/girls do ;)

Rudolf

<a href="http://sirra.110mb.com/Index.htm"><img src="', $settings['images_url'], '/headers.GIF" border="0"></a>

Are you sure GIF is written with capital letters? The filename has to match case-sensitive on some servers (linux).
I will update all my mods in the next few weeks. Thanks for your patience.

SVG-Collapse (you need an SVG compliant browser)

metallica48423

$settings['images_url'] isn't something you replace.

instead of using:
<img src="', $settings['images_url'], '/IMAGE.GIF" border="0">

you use:
<a href="URL"><img src="', $settings['images_url'], '/IMAGE.GIF" border="0"></a>

$settings['images_url'] will be the link to the current theme's images directory already.  So you replace IMAGE.gif with your image's name and replace URL with the URL you want it to link to.
Justin O'Leary
Ex-Project Manager
Ex-Lead Support Specialist

QuoteMicrosoft wants us to "Imagine life without walls"...
I say, "If there are no walls, who needs Windows?"


Useful Links:
Online Manual!
How to Help us Help you
Search
Settings Repair Tool

Advertisement: