I am looking to find out how to ad links to my site that are html code. I have a link such as:
But when I try to put it in it does not work right. How do I in the admin area under links add html link exchanges?
I am looking to find out how to ad links to my site that are html code. I have a link such as:
But when I try to put it in it does not work right. How do I in the admin area under links add html link exchanges?
Hi
What you have there is not a link. It is to display an image. They probably intend that the image becomes the visible part of a link so when you click on the picture it brings you to the site.
You can't add that into the WordPress links system.
If that is the site you want to link to within WP you should enter the URL into the WP link system. Most likely it will be http://www.chefsblogs.com
Aside from the fact what you have is incorrect html - it is not, asstvwlf said - a link. Assuming you wanted to make a link to a graphic named chefsblog.png, the correct html would be ...
<img src="http://chefsblog.com/images/chefsblog.png">LINK NAME</a>ok so how do I put this then on my site and put it by the links? I would like to put it as it looks on my site.
This topic has been closed to new replies.