Setting an affiliate link in a webflow site

Hi

I want to put a commission junction affiliate text link on one of my pages. It’s in the format:

<a href="http://www.afflink.com/?xii870" target="_top">anchor text here</a> <img src="http://www.affpixel.com/image-123456" width="1" height="1" border="0"/>

I put the img code part in an html embed, however it’s not immediately after the anchor tag in the code. It looks like this:

<p><a href="http://www.afflink.com/?xii870" target="_top">anchor text here</a></p><div class="w-embed affpixel"><img src="http://www.affpixel.com/image-123456" width="1" height="1" border="0">

Any ideas if the above is still ok, or if not, how I get it inside the paragraph immediately after the closing anchor tag?

Thanks

Graham

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.