How to implement navigational menu code?
-
Hi all,
I’ve created a working html/css horizontal navigation menu using a text editor. In the file, I have the CSS styling at the top and the html for my menu at the bottom.
It works the way it’s supposed to when I do a web preview in TextMate.
Now I’d like to add it to my site, but I’m not sure what the best way to do this is.
Should I add the relevant CSS code in my theme’s style sheet and then paste the html code in my header file?
Or should I upload the working menu as a single file to my theme files and “call” that from the header? If so, do I create a php file for this purpose, or should it be an html file? How would I call the menu?
Any advice would be much appreciated.
- The topic ‘How to implement navigational menu code?’ is closed to new replies.