Does :/ or :// not work in the code? much it be ?
the reason I ask is when looking around many posts about moving platforms to SSL makes life much easier if you make
You know, those ones that start with //, like this:
<img src="//example.com/image.jpg" alt="image">Those are your friend. They will load that resource with whatever protocol the current page is. And links that are just relative to begin with will be fine, like:
<img src="/images/image.jpg" alt="image">