• I have a full understanding of how to apply affiliates with widgets in my sidebar.

    I am able to view banners within my post, but the link reads as “link not working”. How do I fix this please?

    Also, how do I apply picture of an item I know, and attach my affiliate links to the exact page with that item?

    The best I have is widget links, and that’s all I have figured out. I have no understanding of applying html, and understand that javascript is not allowed??

    Desperately and thanks!

Viewing 1 replies (of 1 total)
  • Are you copying & pasting information provided from your affiliate? It’s possible that code has an error, in which case they would be the best to contact.

    Is it happening across the board with separate links?

    This is the code for what a link would look like:
    <a href="url">link text</a>

    This is the code for displaying an image:
    <img src="pic_mountain.jpg" alt="Mountain View" style="width:304px;height:228px;">

    Combined it would be something like the following (with the image replacing the link text:
    <a href="url"><img src="pic_mountain.jpg" alt="Mountain View" style="width:304px;height:228px;"></a>

Viewing 1 replies (of 1 total)

The topic ‘Affiliate links with html’ is closed to new replies.