Forum Moderators: open
Is it bad if the actual trigger image is loaded from my domain ?
Basically, which way is better:
<a href="http://www.mydomain.com/"><img src="/mytrigger.gif" alt="..."></a>
or
<a href="http://www.mydomain.com/"><img src="http://www.mydomain.com/mytrigger.gif" alt="..."></a>
Can I get penilized for loading images from my site for the links that point to my site ?
Both ways have some advantages: If the image is on your server, you can update it (as long as you keep the width and height -- I hope you use these attributes).
If the image is on your customer's server, they might load faster.