I have the following code.
<ul class="items">
{exp:channel:entries channel="services" orderby="title" sort="asc"}
<li>
<div class="icon"><a href="http://{title_permalink=%27services%27}" title="{title}">{icon}</a></div>
<h3>{title}</h3>
<p> {exp:excerpt excerpt_length="18" excerpt_more="..."}{description}{/exp:excerpt}<br />
</li> <br />
{/exp:channel:entries}<br />
</ul>For some reason, links are becoming http:///... Is there any reason why a 3rd slash is being put on it? Friefox picks up the right image anyway but IE8+ doesn’t returns a bad image. Here is a quick link.
Actually, it looks like it is only happening to images (which happen to be links).