Hello,
I am trying to create a page with link like such:
page.php
<a href="#1">pic1</a>
<a href="#2">pic2</a>
the first page willbe page.php#1 and the second one will be page.php#2
In order to activate page 2 what file name should I create for page.php#2?
It has to be a different page from page.php#1
Am I able to create a page called page.php#2?
Thanks.