I'm using this java script in an html script.
<table width="975" border="1">
<tr class="banner" valign="middle"><td style="height:75px" align="center"><p class="headingstyle">Suzanne Van Mele Software Engineer</p></td></tr>
<!--<tr class="breadcrumbstyle" valign="top"><td colspan="1">(Breadcrumb Incomplete-->)</td></tr> -->
<tr class="breadcrumbstyle" valign="top"><td colspan="1"><script language="javascript" src="MPBackLinks.js"></script></td></tr>
</table>
My website is on my C drive, not a server. When I open the index.html page I get Home plus the home directory path.
HOME > C: > 2009WebDD09 > mysite
Should be HOME
When I navigate to a page, I do get the title of that page but I also get the directory path of Home in the breadcrumb. testimonials is the name of file navigated to (testimonial.htm). It is not the title of the page.
HOME > C: > 2009WebDD09 > mysite >testimonials
Should be HOME > Recommendations
I can change the names of the files to be the same as the page title.
But is there some paramenter to set to eliminate seeing the directory path C: > 2007WebDD09> mysite ?