URL Codes

Permalink
Hello,

What I am looking for and needing is a code that allows you to use a small banner as the URL link to a website. I want to be able to show the websites banner, and when it is clicked on, you are then directed to that website.

I had at one time the code for doing this, but I cannot find it, and do not remember it well enough to write it out. It went something like this:

[html ( a href= ) of the banner][URL of the website]

I think it was in that order, but I seem to recall there being a bit more to it.....I am needing this for my website's " Links " page..... Your help here will be greatly appreciated.

TheCandOFansite
 
johndorsay replied on at Permalink Reply
johndorsay
Can you elaborate a bit more. I don't seem to be following whatbyounare looking for.
TheCandOFansite replied on at Permalink Reply
TheCandOFansite
Well, let me give it a try.

You have a page on your website. That page is a listing of various websites that your website is connected with in one form or the other, and on which you are providing the links to those other sites.

Now, instead of seeing those links like this:

James Scotts Turkey Farm
[http:///www.??????.com ]

You find a banner with their logo on it. The banner IS the link. You find no [http://www. ] You find the banner which serves the same purpose.

With the code that I need, it enables you to present the banner AS the URL for those websites.
TheCandOFansite replied on at Permalink Reply
TheCandOFansite
Another way of saying it is:

The html ( a href= ) of the banner overlays the URL of the website, which allows the banner and the URL to become one and the same.
TheCandOFansite replied on at Permalink Reply
TheCandOFansite
You can find an example of what I am talking about by clicking on this address:

http://www.w3schools.com/html/tryit.asp?filename=tryhtml_imglink...

I have tried everything that I can think of, by trying it out myself, I can get the image to appear, but I cannot get it to go to the website the image is for. That part I cannot figure out.

Anyone out there who can PLEASE help me do this ?
And not charge me for doing it ?

I am not like everyone else, I have no money !
elyon replied on at Permalink Reply
elyon
You want a linked image ... right? If you add an image block, I believe you should be able to add a link. Maybe you should just use a few image blocks?

You also would be able to do this with a content block.
TheCandOFansite replied on at Permalink Reply
TheCandOFansite
Yes, I am wanting an image that serves as a link. I shall give you suggestions a try.
Pritam replied on at Permalink Reply
Besides following @elyon post, you could also try adding an html block and then just copy paste the code for the intended banner/image.
<a href="default.asp">
<img border="0" src="smiley.gif" alt="HTML tutorial" width="32" height="32" />
</a>
TheCandOFansite replied on at Permalink Reply
TheCandOFansite
I will give this a try as well.

My problem is, in that sample code, which is only an example of how the code should be, and not which I am actually going to use. I do not, or cannot, understand where to put the website URL that I want to link to.

I do understand where to put the image code [a href= ]
or at least I believe this is where to put it.

I do not understand at all this part
[img border= ----->height="32"]

And as I said, where in that code do I place the websites URL I want to be linking to ?