I'm using Version 5.0 Release Candidate 8.0, which I purchased a license for in 2003.
Previously I had milonic running on a plain html page, but now I have the html page divided into "head.txt", "body.php" and "tail.txt" files. The body.php page sources head.txt and tail.txt using the include() function. In this php scenario, the Milonic menu works normally; however, when I scroll to the bottom of the page, and then click on a link to bring me back to the top of the same page, the Milonic menu puts a space between the primary (horizontal) menu and the secondary (vertical) menu.
The reason this is happening is that the piece of code:
Code: Select all
<a name="top"></a>
I would like to keep the above code in the head.txt file which php parses along with tail.txt. Is there a way to do this without causing the Milonic menu to put a space between the primary menu and secondary menu?
I should add that I am using Firefox/1.0.5
Thank you.