Perl

Moderators: Jonathan
Number of threads: 1236
Number of posts: 3605

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Please Help - "Newbie" Posted by kelly0891 on 8 Dec 2003 at 5:41 PM
Hello, i am very new to all of this. I bought a web site and am trying to learn as i goood ,my problem is i am trying to place and Affilate link on my homepage , I can get the button to appear, but i cannot get the button to work as a hyperlink . this is the code i am trying to use

(<td valign="center"><img border="0" src="<!--GLOBAL::images_dir_url-->/banb_120x90.gif" width="120" height="90"> <span class="button"><a href="http://www.kanoodle.com/util/init_refid.cool?refid=76243409/"></a>)

Please , I am very new ,and how someone will help . Thankyou Kelly
Report
Re: Please Help - "Newbie" Posted by Jonathan on 9 Dec 2003 at 1:11 PM
: Hello, i am very new to all of this. I bought a web site and am
: trying to learn as i goood ,my problem is i am trying to place and
: Affilate link on my homepage , I can get the button to appear, but i
: cannot get the button to work as a hyperlink . this is the code i am
: trying to use
:
: (<td valign="center"><img border="0" src="<!--GLOBAL::images_dir_url-->/banb_120x90.gif" width="120" height="90"> <span class="button"><a href="http://www.kanoodle.com/util/init_refid.cool?refid=76243409/"></a>)
:
: Please , I am very new ,and how someone will help.
Hmmm...problem is probably that the anchor tags don't enclose the image one. Instead of the above, try:-

<span class="button"><a href="http://www.kanoodle.com/util/init_refid.cool?refid=76243409/"><img border="0" src="<!--GLOBAL::images_dir_url-->/banb_120x90.gif" width="120" height="90"></a></span>

I left out the table data tag, but do be careful to make sure you put this HTML inside the table cell properly.

Jonathan

###
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
/(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");

Report
Re: Please Help - "Newbie" Posted by kelly0891 on 9 Dec 2003 at 2:22 PM
: : Hello, i am very new to all of this. I bought a web site and am
: : trying to learn as i goood ,my problem is i am trying to place and
: : Affilate link on my homepage , I can get the button to appear, but i
: : cannot get the button to work as a hyperlink . this is the code i am
: : trying to use
: :
: : (<td valign="center"><img border="0" src="<!--GLOBAL::images_dir_url-->/banb_120x90.gif" width="120" height="90"> <span class="button"><a href="http://www.kanoodle.com/util/init_refid.cool?refid=76243409/"></a>)
: :
: : Please , I am very new ,and how someone will help.
: Hmmm...problem is probably that the anchor tags don't enclose the image one. Instead of the above, try:-
:
: <span class="button"><a href="http://www.kanoodle.com/util/init_refid.cool?refid=76243409/"><img border="0" src="<!--GLOBAL::images_dir_url-->/banb_120x90.gif" width="120" height="90"></a></span>
:
: I left out the table data tag, but do be careful to make sure you put this HTML inside the table cell properly.
:
: Jonathan
:
: ###
: for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
: (tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
: /(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");
:
Thankyou Jonathan very much for helping me with this code,I tryed what you said and this is how it turned out in perl ,

<td width="100%" colspan="2"><!-DISPLAY_CATEGORIES-->
</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td <span class="button"><ahref="http://www.kanoodle.com/util/init_refid.cool?refid=76243409/"><img border="0" src="<!--GLOBAL::images_dir_url-->/banb_120x90.gif" width="120" height="90"></a></span>
</td>
<tr>
<td width="100%">
<table border="0" width="100%">
: but i still cannot get it to work , this is the web page i am trying to get it to work on . http://www.ctah.com.au/ It is the only flashing button on the page . Please it probly simple and i cannot see it i am sorry . Andrew

Report
Re: Please Help - "Newbie" Posted by Jonathan on 11 Dec 2003 at 4:11 PM
: : : Hello, i am very new to all of this. I bought a web site and am
: : : trying to learn as i goood ,my problem is i am trying to place and
: : : Affilate link on my homepage , I can get the button to appear, but i
: : : cannot get the button to work as a hyperlink . this is the code i am
: : : trying to use
: : :
: : : (<td valign="center"><img border="0" src="<!--GLOBAL::images_dir_url-->/banb_120x90.gif" width="120" height="90"> <span class="button"><a href="http://www.kanoodle.com/util/init_refid.cool?refid=76243409/"></a>)
: : :
: : : Please , I am very new ,and how someone will help.
: : Hmmm...problem is probably that the anchor tags don't enclose the image one. Instead of the above, try:-
: :
: : <span class="button"><a href="http://www.kanoodle.com/util/init_refid.cool?refid=76243409/"><img border="0" src="<!--GLOBAL::images_dir_url-->/banb_120x90.gif" width="120" height="90"></a></span>
: :
: : I left out the table data tag, but do be careful to make sure you put this HTML inside the table cell properly.
: :
: : Jonathan
: :
: : ###
: : for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
: : (tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
: : /(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");
: :
: Thankyou Jonathan very much for helping me with this code,I tryed what you said and this is how it turned out in perl ,
:
: <td width="100%" colspan="2"><!-DISPLAY_CATEGORIES-->
: </td>
: </tr>
: <tr>
: <td> </td>
: <td> </td>
: </tr>
: <tr>
: <td <span class="button"><ahref="http://www.kanoodle.com/util/init_refid.cool?refid=76243409/"><img border="0" src="<!--GLOBAL::images_dir_url-->/banb_120x90.gif" width="120" height="90"></a></span>
: </td>
: <tr>
: <td width="100%">
: <table border="0" width="100%">
: : but i still cannot get it to work , this is the web page i am trying to get it to work on . http://www.ctah.com.au/ It is the only flashing button on the page . Please it probly simple and i cannot see it i am sorry . Andrew
:
Hmmmm...I don't see any flashing buttons on there! I do know there is a mistake in what you posted, you have <ahref="... and it should be <a href="... (note the missing space in what you posted).

Jonathan

###
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
/(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");

Report
Re: Please Help - "Newbie" Posted by kelly0891 on 11 Dec 2003 at 4:29 PM
: : : : Hello, i am very new to all of this. I bought a web site and am
: : : : trying to learn as i goood ,my problem is i am trying to place and
: : : : Affilate link on my homepage , I can get the button to appear, but i
: : : : cannot get the button to work as a hyperlink . this is the code i am
: : : : trying to use
: : : :
: : : : (<td valign="center"><img border="0" src="<!--GLOBAL::images_dir_url-->/banb_120x90.gif" width="120" height="90"> <span class="button"><a href="http://www.kanoodle.com/util/init_refid.cool?refid=76243409/"></a>)
: : : :
: : : : Please , I am very new ,and how someone will help.
: : : Hmmm...problem is probably that the anchor tags don't enclose the image one. Instead of the above, try:-
: : :
: : : <span class="button"><a href="http://www.kanoodle.com/util/init_refid.cool?refid=76243409/"><img border="0" src="<!--GLOBAL::images_dir_url-->/banb_120x90.gif" width="120" height="90"></a></span>
: : :
: : : I left out the table data tag, but do be careful to make sure you put this HTML inside the table cell properly.
: : :
: : : Jonathan
: : :
: : : ###
: : : for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
: : : (tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
: : : /(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");
: : :
: : Thankyou Jonathan very much for helping me with this code,I tryed what you said and this is how it turned out in perl ,
: :
: : <td width="100%" colspan="2"><!-DISPLAY_CATEGORIES-->
: : </td>
: : </tr>
: : <tr>
: : <td> </td>
: : <td> </td>
: : </tr>
: : <tr>
: : <td <span class="button"><ahref="http://www.kanoodle.com/util/init_refid.cool?refid=76243409/"><img border="0" src="<!--GLOBAL::images_dir_url-->/banb_120x90.gif" width="120" height="90"></a></span>
: : </td>
: : <tr>
: : <td width="100%">
: : <table border="0" width="100%">
: : : but i still cannot get it to work , this is the web page i am trying to get it to work on . http://www.ctah.com.au/ It is the only flashing button on the page . Please it probly simple and i cannot see it i am sorry . Andrew
: :
: Hmmmm...I don't see any flashing buttons on there! I do know there is a mistake in what you posted, you have <ahref="... and it should be <a href="... (note the missing space in what you posted).
:
: Jonathan
:
: ###
: for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
: (tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
: /(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");
:
: Like i said something so simple that i could not see, but you did. that has it working now .Thankyou for your help , Kelly0891




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.