Forums

Adding HTML Links. Can Not do (4 posts)

  1. kps100nj
    Member
    Posted 3 years ago #

    I am looking to find out how to ad links to my site that are html code. I have a link such as:

    <img border="0" src="http://www.chefsblogs.com/images/chefsblogs.png" width="80" height="15" alt="Chefs Blogs" >

    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?

  2. stvwlf
    Member
    Posted 3 years ago #

    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

  3. Saurus
    Member
    Posted 3 years ago #

    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>
  4. kps100nj
    Member
    Posted 3 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags