Can I embed a link to my website from another site that runs my ad
thanks
Bob
Embed Link
Re: Embed Link
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:
That should do it, obviously replace the relevant bits to match your image and URL.
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>
Re: Embed Link
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
Thanks
Bob
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Embed Link
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.
Re: Embed Link
You must have something wrong in the code then, the code I gave you does work.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
If you post a link or your code to what you've done we could take a look.