adobe dreamweaver training - crumb trails

Forum home » Delegate support and help forum » Dreamweaver Training and help » adobe dreamweaver training - Crumb Trails

adobe dreamweaver training - Crumb Trails

resolvedResolved · Low Priority · Version Standard

Peter has attended:
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course

Crumb Trails

a feature i have seen on many sites, but have been unable to find in Dreamweaver is the crumbtrail, i.e the constnant list of pages you have been to as links that allow you ro retrace your steps.

Creating breadcrumbs in dreamweaver

Hi again Peter.

I call these breadcrumbs. They're not always easy to implement.

Aside from doing this manually, if you've got a lot of static pages you may be best off to organise your files into a neat directory structure, then let an extension to Dreamweaver do all the work for you.

There is the free MX Breadcrumbs which is a Dreamweaver MX extension that will create directory index along with breadcrumbs on a web page.

For a more automated approach that involves programming, check out this breadcrumb article on the adobe site.

See below for Library Item approach.

If you use dynamic pages (data is pulled from a database) it's fairly easy to assign categories to database tables, which can be programmed in to breadcrumbs on your page or template.

Library item approach

Another way is to have a few Dreamweaver Library items for each 'crumb'. For example, you may set up a library item with a link to Home and then an arrow > and that's all the library item is. You place that library item on every page of your template in the Breadcrumbs editable region or area. Then create another one, for example Product > and put this after the 'home' library item, but only on every of your product pages. And continue like this.

Good luck with your breadcrumb creation. If you have any further queries about this, please post a reply. Otherwise mark the question as resolved, thanks.

Regards, Rich

Useit

For those interested, here's WHY you should have breadcrumbs.

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Dreamweaver tip:

JumpMenu in new window

When inserting a jumpmenu to a page, the only option available for 'open in' is usually 'main window'. There would be other options available if the page was a frameset.

To change the jumpmenu to open in a new window, change the target parameter of the selectbox in your code to 'window.open()'.

eg.

<select name="menu1" onChange="MM_jumpMenu('window.open()',this,0)">


source:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16166& ;sliceId=1

View all Dreamweaver hints and tips


Server loaded in 0.08 secs.