I need to add an iframe pointing to a specific page of a website, but the "#" in its URL is not being recognized by the macro, and the displayed result leads to the website main page.
Is there any way to scape the "#" character in the URL to make it work as expected?
Have you tried escaping it by replacing the # with %23?
That is the URL escape code for #.
Cheers,
Peter
Hi @Peter Van de Voorde
Thanks for the suggestion but apparently iframe macros cannot handle URL encoded characters either.
BR,
Everton
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.