Hi Tom,

> The HTML for the breadcrumbs is generated by the XSL files, specifically
> [dspace]/webapps/xmlui/themes/dri2xhtml/structural.xsl. You¹ll find the code
> at approximately line 272.

The easiest way to do what Andrew wants is to just use the theme CSS, and to
style the breadcrumbs (presented as an html unordered list
<ul><li>list</li></ul>) as 'inline' using:

display: inline

This will then display the list items next to each other, rather than below
each other. This is easier than redefining how the breadcrumbs are generated
in the HTML using structural.xsl.

For a good tutorial on different ways to present a list, see:
http://www.alistapart.com/articles/taminglists/

The classes to look in the stylesheet are ds-trail and ds-trail-link.

Thanks,


Stuart
_________________________________________________________________

Gwasanaethau Gwybodaeth                      Information Services
Prifysgol Aberystwyth                      Aberystwyth University

            E-bost / E-mail: [email protected]
                 Ffon / Tel: (01970) 622860
_________________________________________________________________


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to