4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Mr_LovaLove on November 13, 2007, 06:13:41 PM

Title: link in head.html
Post by: Mr_LovaLove on November 13, 2007, 06:13:41 PM
Hi there

i search for some keywords in the fourm about how to put link in the head.html

so what im tryin to say is:

i have an image in the head.html and in the head there is a msg called FOURM and in the user click on it it should open the fourm page to him

so i tried this ( with failer ):

i have an image like this:
<img border="0" src="{template_url}/images/form.gif"></TD>

and hcange it to this:

<a href="www.xxxx.net/vb"><img border="0" src="{template_url}/images/rashed_12.gif"></a></TD>


this url open = http://www.xxxx.com/4images/www.xxxx.net/vb

:(

sound i should change the header :(

unless someone help me



Title: Re: link in head.html
Post by: Lucifix on November 13, 2007, 07:46:20 PM
The code should be like this:

Code: [Select]
<a href="http://www.xxxx.net/vb"><img src="{template_url}/images/rashed_12.gif" border="0" alt="" /></a>
Title: Re: link in head.html
Post by: KurtW on November 13, 2007, 07:54:20 PM
Hi,

so mutch mistakes in one link.  8O

I thing, the best and first step for you is to learn "html"


Kurt
Title: Re: link in head.html
Post by: Mr_LovaLove on November 13, 2007, 09:37:50 PM
@Lucifix

thanks mate :) that's work perfect

seems the designer had set wrong the border !

anyway big thank for ur response :)


@KurtW

Moderators most not tease ppl ! :P

needs more to handle things

lOol

anyway thanks 4 passin' :P
Title: Re: link in head.html
Post by: Lucifix on November 14, 2007, 11:30:10 AM
I suggest you to start using any user-friendly HTML editor (Dreamweaver etc.)