Embed Link

Post your questions and problem reports here
Post Reply
rmsk9
Posts: 2
Joined: Thu Aug 27, 2009 5:09 am

Embed Link

Post by rmsk9 »

Can I embed a link to my website from another site that runs my ad
thanks
Bob
User avatar
MikeyB
Top Contributor
Posts: 511
Joined: Fri Jun 09, 2006 10:38 am
Location: UK
Contact:

Re: Embed Link

Post by MikeyB »

I take it that as this in the Easy GIF Animator Support section that you've created a GIF ad that you want to put on other sites and for it to link to your site?

If so, then yes, very basic HTML code:

Code: Select all

<a href="http://www.yoursite.com"><img src="yourimage.gif" width="123" height="123" alt="Please see my wesbite" title="Please see my wesbite" border="0" /></a>
That should do it, obviously replace the relevant bits to match your image and URL.
rmsk9
Posts: 2
Joined: Thu Aug 27, 2009 5:09 am

Re: Embed Link

Post by rmsk9 »

Mikey I did that generated html code, then uploaded it and the gif file. When I click on the gif it does nothing. How can I link them so when I click on gif that it takes me where I want to go
Thanks
Bob
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Embed Link

Post by Karlis »

You haven't placed the HTML code properly then. You must open your websitre in an HTML editor and add the HTML code. Then upload the changes. If you could point us to a web link of your site, we could tell you what is wrong.
Karlis Blumentals
Blumentals Software
www.blumentals.net
User avatar
MikeyB
Top Contributor
Posts: 511
Joined: Fri Jun 09, 2006 10:38 am
Location: UK
Contact:

Re: Embed Link

Post by MikeyB »

rmsk9 wrote:Mikey I did that generated html code, then uploaded it and the gif file. When I click on the gif it does nothing. How can I link them so when I click on gif that it takes me where I want to go
Thanks
Bob
You must have something wrong in the code then, the code I gave you does work.
If you post a link or your code to what you've done we could take a look.
Post Reply