when this link is pasted in to html editor, it looks like this “legends.com”
but if i put the code in a url it gives me an error, this is an affiliate text link, what can i remove from this link. to make it able for url to recognize it. i need to link the url to one of the photos on my site,
Legends.com
Don’t change anything between the first pair of <>. You can change “Legends.com” to anything you want as long as the comes right after it. All of this is called an anchor tag and provides your link. part is completely separate from the link and doesn’t affect it all all as you have pasted it here. It just shows an image at whatever that url is inside it.
The
You are probably getting the “this is an affiliate text link” error because of the tag that comes *after* your link, the img tag:
You should simply remove the tag and use only the link.