I have a site where I have several cells along the left side of the page (vertically) I want a single horizontal line down the right side of these cells. For each of the cells I use this:
...border-right:1px solid #000000...
This will work to put a line on the cell, however there are breaks between each cell. I would like to have one continuous line without the breaks.
How can I do this?
...border-right:1px solid #000000...
This will work to put a line on the cell, however there are breaks between each cell. I would like to have one continuous line without the breaks.
How can I do this?