: : : : 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