One thing I often want to do when laying out a website is to have some elements next to each other, with separators between them. For instance, if I have 3 elements, I\'d wa
Something like this?
CSS:
#note_list span { display:inline-block; padding:0 10px; } .notend { border-right:1px solid #000000; }
HTML:
things stuff items