Topic: How can I format the history URL
Is there another way in which I can format the history URL. I get errors in my validator.
<a href="javascript: history.go(-1)">Go back</a>
and here is the error:
line 87 column 6 - Warning: <a> escaping malformed URI reference
Thanks in advance for the help.
Bingiman