Someone please assist me in getting the About, Contact, Support, etc. tabs to work on my site (see: www.osborndeko.com). If you give me basic instructions i should be able to handle it.
What do you mean by "work" exactly? If you just want them to go to the "about, contact, support etc" pages, just change the hyperlinks for them because right now they're all linking back to your homepage. <ul> <li class="current_page_item"><a href="http://www.osborndeko.com" class="first">Home</a></li> <li><a href="http://www.osborndeko.com">About</a></li> <li><a href="http://www.osborndeko.com">Services</a></li> <li><a href="http://www.osborndeko.com">Support</a></li> <li></li> <li><a href="http://www.osborndeko.com">Contact</a></li> </ul> Code (markup):
You need to add paths of those About/Contact/Support pages in those tabs. For example: You have this for the About tab now: <li><a href="http://www.osborndeko.com">About</a></li> Code (markup): You should add the path to the About Page there, something like this <li><a href="/about.html">About</a></li> Code (markup): Depending on what kind of files you have, like HTML or PHP change it to about.html or about.php etc. Ask again if still got doubts.
yes, i am still having problems... i went and change the code to http://www.osborndeko.com/about.html, etc for the rest, and it still didnt go to that page when you click on the About tab. is there any way I can send you the file and you can look at it? it is in html.
I see you can click & visit different pages now, isn't that what you would expect? Otherwise please elaborate what you want.