Hello, I’ve put together a solution with a table at the top of my page that links to the various headings within the solution i.e.
<a href="#anchor1">Receive Application</a> in my table links to the corresponding heading
<a id="anchor1">1) Receive Application</a>
Initially on saving, all the anchor links in my published solution work but then they quickly stop working, when looking back at the code within the solution, all my id=”anchor” tags are removed leaving just:
<a>1) Receive Application</a>
Is this a bug or am I doing something wrong?
Thankyou.