Author Topic: link in head.html  (Read 5393 times)

0 Members and 1 Guest are viewing this topic.

Offline Mr_LovaLove

  • Full Member
  • ***
  • Posts: 233
  • Unkown
    • View Profile
link in head.html
« 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



English Please :@

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
Re: link in head.html
« Reply #1 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>

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: link in head.html
« Reply #2 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

Offline Mr_LovaLove

  • Full Member
  • ***
  • Posts: 233
  • Unkown
    • View Profile
Re: link in head.html
« Reply #3 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
English Please :@

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
Re: link in head.html
« Reply #4 on: November 14, 2007, 11:30:10 AM »
I suggest you to start using any user-friendly HTML editor (Dreamweaver etc.)