Forum Moderators: mack

Message Too Old, No Replies

<a Href> not linking to outside site

<A Href> is linking to my site not referral site.

         

Iczer

3:01 pm on Feb 23, 2005 (gmt 0)

10+ Year Member



Hello,
I am trying to have a picture link to an outside site. The code is used for the link is:
<a href="http://www.outsidesite.com/"></a

After upload the link shows up as:
[mysite.com...] href="http://www.outsidesite.com/"></a

linking back to my site. Any help on what I am doing wrong would be appriciated.
Thanks,
Tim

Alternative Future

3:33 pm on Feb 23, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Tim,

Could you post a little more of the surrounding code?

Thanks,

-George

Iczer

5:33 pm on Feb 23, 2005 (gmt 0)

10+ Year Member



Thank You for the response here is the code for the entire picture:

</table>
</div>
<div id="Layer3" style="position:absolute; left:256px; top:640px; width:469px; height:61px; z-index:5"><a href="%3Ca%20href=%22http://www.example.com/a" target="_blank"><img src="Image.gif" alt="www.example" width="468" height="60" border="0"></a></div>
<div id="Layer3" style="position:absolute; left:207px; top:674px; width:471px; height:78px; z-index:5">
<p>&nbsp;</p>

</BODY>
</HTML>

If you need more please let me know.

Tim

[edited by: mack at 6:28 pm (utc) on Feb. 23, 2005]
[edit reason] Exampleified [/edit]

mack

6:27 pm on Feb 23, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Change...

<a href="%3Ca%20href=%22http://www.example.com/a" target="_blank">

tp...


<a href="http://www.example.com/a" target="_blank">

Mack.

Iczer

12:37 pm on Feb 24, 2005 (gmt 0)

10+ Year Member



That worked! Thank you very much.

Tim