I was adding an FAQ section to my site, using html named anchors ... as defined here. All the URLs were being generated as
It was driving me nuts until I (finally) figured out that the anchor link needed to be coded asCode:http://www.mysite.com/#label
I'm hoping this helps somebody else out!Code:<a href="index.php?main_page=zen_page_name#label">


Reply With Quote

