Really not sure what's the best way to do this.
I have a url like:
[
mydomain.com...]
it uses drupal so all pages load as:
[
mydomain.com...] etc
it has integrated gallery2, that is located at
[
mydomain.com...]
and urls like:
[
mydomain.com...]
I want to move the page up to a particular location whenever you are viewing the gallery
I tried a rewrite to append #mylocation to the end of the url whenever it is on a gallery page. I have been less than successful.
if i manually add #mylocation to the end of the url it loads correctly, I need to automate this.
[
mydomain.com...]
any ideas on what is the best way to do this?
thanks