Viewing 3 replies - 1 through 3 (of 3 total)
  • Ah, the problem is that you’re putting characters *after* these pairs:

    <li></li>

    That is, you cannot have:

    <li></li> something here

    If you want the “pipe” character between them, try adding a border-left (or right) to your li a in your stylesheet. You’ll also have to do a border-left:none to the left-most link (or border-right:none to the right-most link), but that will do it.

    You can also just put the pipe character in it’s own li. Usually works….

    Never thought of that one, vkaryl. Interesting.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Invalid Code’ is closed to new replies.