Hi, I'm new to Odoo and would appreciate some direction - thank you in advance.
I'm using Community version, Odoo 9., how can I reference target anchors within my webpages? Typically using a non-aliased url it would work like: www.mydomain.com/page/services.htm#service-1
The Aliased URL is: www.mydomain.com/page/my-services however, www.mydomain.com/page/my-services#service-1 does NOT work... ...any suggestions please? ...if I must use a non-aliased url, where can I find the non-aliased url?
...html on the page contains like the following:
<div >
Some Content
</div>
<h1>Service 1</h1><a id="service-1"></a>
<div>
Some more content...
</div>
etc...