Hello
I would like to do something that should be really simple but I am unsure of how:
I have an anchor tag
<a href="">Someplace</a>
which i thought would just work.
However Cocoon prefixes its own location to this, like so:
http://localhost:8080/cocoon/..../http://someplace.com
Is there a simple way i can override this behaviour so that I can call external pages directly from my generated HTML?
Thankyou
Jon