Essentially I would like to apply a bottom-border
, but rather than being in the bottom of the cell, I want it to be in the dead center.
How do I do that with CSS & HTML only (and using no graphics)?
So imagine the height of the cell/row is 50px, and width = 100px, I would like the line to be width = 100px, and it to be at 25px height in the row/cell.
Thanks.
P.S. Imagine something like the cross out functionality for font - but for an empty space (if that makes any sense).