Re: [Radiant] Tags to iterate over a list

2014-01-08 Thread Errol Siegel
I thought I posted a reply to this a long time ago, but I don't see it here anywhere. Anyhow, thanks for your reply to my question. I suspected that there was not a set of tags for what I was trying to do. I wrote my own simple tag extension to take care of it. Thanks again. On Wednesday, Dec

[Radiant] Breadcrumbs

2014-01-08 Thread Errol Siegel
I need to implement a design handed to me in radiant. The first issue I am hitting is the way they are displaying breadcrumbs. It looks like this: Home Careers They are displaying an image as a list item between each breadcrumb, where the first image is different than subsequent images. A

Re: [Radiant] Breadcrumbs

2014-01-08 Thread Joel Oliveira
With CSS you can get this done. Style the "normal" breadcrumb with list-type of image (I think?) and override for the first element with nth-child - http://css-tricks.com/useful-nth-child-recipies/ On Wednesday, January 8, 2014, Errol Siegel wrote: > I need to implement a design handed to me in