We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 6405
    • 9 Posts
    Hi

    Hope you can help.

    I’ve a html string in a chunk:
    <img src="[[+imageUrl]]" alt="[[+imageAlt]]" width="[[+imageWidth]]" height="[[+imageHeight]]" />

    It’s outputting to the web page without the closing slash.
    The src attribute string is also appearing last just before the closing > rather than first, out of interest, why would this be and is it why the backslash is being lost?

    Thank you.