We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 26587
    • 3 Posts
    Hey guys,

    I’m trying to create a menu that will look like this:

    one | two | three | four

    Is this possible using Wayfinder? From what I’ve read Wayfinder is useful more for repeated data, like <td>menu</td> or <li>, etc. I could get it to repeat, but then the | would appear on the first (or last, depending on where I put it) menu.
      • 22303 MODX Staff
      • 10,725 Posts
      Quote from: Seguer at Feb 05, 2007, 12:14 AM

      Hey guys,

      I’m trying to create a menu that will look like this:

      one | two | three | four

      Is this possible using Wayfinder? From what I’ve read Wayfinder is useful more for repeated data, like <td>menu</td> or <li>, etc. I could get it to repeat, but then the | would appear on the first (or last, depending on where I put it) menu.
      That is repeated data; you just want to style the last item (there’s a parameter for setting this as a class on the last item in Wayfinder) without a right border.
        • 26587
        • 3 Posts
        Sorry, I didn’t make it clear. That line is a pipe ( | ). I suppose I could use a border however, thanks. I’ll give that a shot.
          • 16885
          • 255 Posts
          It’s possible with a border + unordered list, I’ve got a demo of it here; http://leftblank.nl/revolt-demo
            • 26587
            • 3 Posts
            Thanks, I already used the border solution laugh