| Author |
Message |
Razorsidewalk
Corporal


Joined: Mar 08, 2006
Posts: 62
|
Posted:
Wed Mar 08, 2006 4:47 am |
  |
I have installed the Affiliates Blcok on my site. It works when i view it in Firefox and the links redirect to the correct pages. But when i use IE i see the block and all the links in it, but when i click on any of the links nothings happens.
Why does it work in Firefox, but not in IE?
RAzor |
|
|
   |
 |
astalavistabd
Captain


Joined: Dec 19, 2004
Posts: 663
Location: Canada
|
Posted:
Wed Mar 08, 2006 1:21 pm |
  |
|
        |
 |
Razorsidewalk
Corporal


Joined: Mar 08, 2006
Posts: 62
|
Posted:
Wed Mar 08, 2006 2:09 pm |
  |
This is one line of coding that i have used to show the image and use as a link. But like i said it works in Firefox, but not in IE
$content .= "<a href=\"http://www.goteamspeak.com\"><input type=\"image\" src=\"http://img158.imageshack.us/img158/9369/teamspeak88x318ix.gif\" border=\"0\" alt=\"TeamSpeak\"></a><br><br>"; |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12395
|
Posted:
Wed Mar 08, 2006 9:09 pm |
  |
|
     |
 |
Razorsidewalk
Corporal


Joined: Mar 08, 2006
Posts: 62
|
Posted:
Thu Mar 09, 2006 12:03 am |
  |
Would u be able to edit my coding above to the correct way it should be, as i am a neewbie at php and still learning.
Thnx
Razor |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12395
|
Posted:
Thu Mar 09, 2006 6:06 am |
  |
|
     |
 |
Razorsidewalk
Corporal


Joined: Mar 08, 2006
Posts: 62
|
Posted:
Thu Mar 09, 2006 8:52 am |
  |
Thnx m8, thats has worked. I can now visit each link, using both firefox and IE.
One more favour. Could u give me the code to make the links open up into a new window, and show me where to put this code in my line of code.
Razor |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12395
|
Posted:
Thu Mar 09, 2006 12:24 pm |
  |
|
     |
 |
chris-au
Elite Nuker


Joined: Jan 31, 2003
Posts: 717
|
Posted:
Thu Mar 16, 2006 10:16 pm |
  |
| Evaders99 wrote: |
add as a property
target=\"_new\"
I suggest you look for a good HTML tutorial |
Sorry to correct you.
That should be target=\"_blank\"
the lines should be:
| Code: |
| $content .= "<a href=\"http://www.goteamspeak.com\" target=\"_blank\"><img src=\"http://img158.imageshack.us/img158/9369/teamspeak88x318ix.gif\" border=\"0\" alt=\"TeamSpeak\" /></a><br /><br />"; |
|
_________________ Chris
|
|
    |
 |
|
|