Forums

[resolved] How do I add images to my linklist without text? (14 posts)

  1. mypatraining
    Member
    Posted 1 year ago #

    Whenever I add an image for a link, I can't get it with no text. When I delete the text "name" of the link, the URL shows with the image. How do I do it?

  2. mypatraining
    Member
    Posted 1 year ago #

    I still haven't gotten an answer to this question, and I would love one...

  3. zoonini
    help me help you
    Posted 1 year ago #

    Can you provide a link to an example of what you mean? I'm not clear on your question.

  4. mypatraining
    Member
    Posted 1 year ago #

    my blog can be found at http://www.mypatraining.com.

    A good example of the problem I'm having is the link to Advance for NPs & PAs on the left sidebar. I would just like to use the little black and light blue NPs&PAs image as the link anchor, without the text right next to it and below it that reads "Advance for NPs and PAs."

    When I add the image, it always includes the text with it. I tried deleting the "name" of the link, but then wordpress adds the URL in place of the name, so that the image is ALWAYS accompanied by text.

    [I would add text widget for each, but it would be a pain, and all those widgets would probably slow down the page load (wouldn't they?)]

  5. govpatel
    Member
    Posted 1 year ago #

    So what code are you using for links if you post one example.

  6. zoonini
    help me help you
    Posted 1 year ago #

    Is this coming from your Links (aka blogroll) section in the admin area?

  7. mypatraining
    Member
    Posted 1 year ago #

    Govpatel, I'm not using any code.

    Zoonini: It's the links section from the admin page. For each link I just enter the name (say, "AAPA"), the URL of the site ("www.aapa.org"), then at the bottom of the new link page, I enter the URL of the image associated with the link.

    So for example, I enter these, and wordpress displays the image (the AAPA logo), and next to it or under it, the text, "AAPA". If I go back and remove the name from the links page entry, the image then displays with the URL ("http://www.aapa.org") next to it.

    It seems like I should be able to link to just the image, but I can't figure out how.

  8. mypatraining
    Member
    Posted 1 year ago #

    I could still use help on this issue, if anyone has any ideas.

  9. mypatraining
    Member
    Posted 1 year ago #

    I'm still searching for an answer to this question, if anyone has any ideas.

  10. 123milliseconds
    Member
    Posted 1 year ago #

    Probably reckless hack, but it worked ...

    I added a   to the description and it shows a space

  11. mypatraining
    Member
    Posted 1 year ago #

    That's got it! Thank you so much!

    Is there anyway to remove the underline of the link? It shows up under the image too.

    P

  12. govpatel
    Member
    Posted 1 year ago #

    In style.css line 17

    a:link, a:visited {
    background:transparent none repeat scroll 0 0;
    border-bottom:1px dotted;
    color:#07243B;
    text-decoration:none;

    change 1px to 0

  13. mypatraining
    Member
    Posted 1 year ago #

    Thanks so much, Gov - that's perfect!

  14. govpatel
    Member
    Posted 1 year ago #

    You are welcome

Topic Closed

This topic has been closed to new replies.

About this Topic