I can set top and bottom borders in CSS using {border-top:#0f0f0f 4px solid;} , but left and right borders don't seem to work, although they should (?)
I can set top and bottom borders in CSS using {border-top:#0f0f0f 4px solid;} , but left and right borders don't seem to work, although they should (?)
Would column width, or margin or padding settings make a difference for this?
In the code previously, the width for the column is defined as 236 px, and the top and bottom borders work. Do I have to define the Height of the column for the Left and Right borders to accept border-left and border-right?