long time lurker first time signup and poster.
quiet simple really
how do i reference from the navigation page/index.html#id to just page#id - so i dont want it to show index.html
ie. ww.page1.com/pasture#clover
i am currently using the codes below, and dont mind if i need to put in some other code. the pages will be in .php later on but for now in html.
I am using the below codes
<a href="pasture/#clover">Clover</a>
from the navigation on the first page/all pages
<h3 id="clover">Clover</h3>
and this on the target page