Ferdinand
Well-known member
Hi,
I've been trying to auto insert a bb image code that is both ssl and non ssl compatible by writing the following:
However it seems to only insert http:// images onto the page causing the page to partially display insecure content, how can we fix this without putting https:// into the url.
In html we could enter the path e.g. /image.png but here it only allows bb so I'm stuck.
I've been trying to auto insert a bb image code that is both ssl and non ssl compatible by writing the following:
Code:
[img]www.web.com/image.png[/img]
However it seems to only insert http:// images onto the page causing the page to partially display insecure content, how can we fix this without putting https:// into the url.
In html we could enter the path e.g. /image.png but here it only allows bb so I'm stuck.