Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hi

I have an issue using a link with anchor target in it.
I have a onepage website with fixed navigation that has anchor targets to scroll over the page.

I have enabled Pretty URL's and made my navigation links up with the cms:link function.
Now the following code isn't working.

Code: Select all
<a href="<cms:link 'index.php#over' />">


What's the best way to solve this?
Thanks!
How about this ?
Code: Select all
<a href="<cms:link 'index.php' />#over">
ok, feeling me a bit stupid now 8-)
ofcourse this works, time for some sleep! :)
:)
4 posts Page 1 of 1