@devdante8237

Thank you for this - brilliant solution to generate a dynamic based URL that works in all instances after transport without being forced to make manual corrections. Top!

@alexwilson4687

Thanks for this - very helpful. One little tip... in your description <a href="" target="_self"></a> has non-standard angle brackets, so it doesn't work.  Need to replace those with regular angle brackets like this: <a href="" target="_self"></a>