Hi all,
I am doing a research on using breadcrumbs(you are here style) for the nested websites.
As i see there are different methods to accomplish this such as using
,
tags etc. I would like to know Which way is the best and why?Is there anyway to take the code for breadcrumbs out of the source code of a webpage and put it in a css file in the root? how?
When you visit for instance this page:
https://www.techrepublic.com.com/5208-6230-0.html?forumID=3&threadID=174145&start=0
and then click on the “discussion center” on the breadcrumb line (sorry if I don’t use a proper name) it takes you to this page:
https://www.techrepublic.com.com/5221-6230-0.html
Once you are in the above page, forward button becomes gray and the only way to go to the visited page is to use the back button of the browser.
But what about browser’s forward button? why we cannot use the forward button to go forward “each time one level lower” until we get to the point that we were before? this is how the breadcrumbs are listed, isn’t it? see this:
Home > Discussion Center > Article Discussion > Discussion
Is there anyway to accomplish this? how?
I would appreciate your comments.
Thanks