Hello all, am really newbie. I dont know how to make a navigation Can some one tell me how to make it? Just tell me, I will design it. I hope some one helps me out. Thanks in advance.
Try searching CSS navigation examples on google. Now a day, most ppl will use CSS for their navigation menu. e.g. with <UL> tags.
If you mean a basic link then a code example would be: <a href="index.html">Home Page</a> <a href="about.html">About Us</a> <a href="contact.html">Contact Details</a> HTML: There are MANY ways to display this information (as suggested earlier using CSS and UL LI formatting). You can also use Flash and Javascript solutions, but I wouldn't use them for SEF (search engine friendly) purposes.
Okay sorry, a misunderstanding There is a good article here on creating a hroizontal menu in css: http://www.devx.com/webdev/Article/32424 It contains example (and downloadable) code. It's also "to the point" and easy to understand. It should get you setup with a new menu in under 10 minutes I hope this is alot more useful to you