div {border-top: solid 1px #000000; border-bottom: solid 1px #000000;} I am trying to say a border on the top and bottom.
I haven't found just one shorthand to accomplish that. However below can be done border:solid #000; border-width:1px 0px; if some knows a better shorthand please share with us. Thanks
Thanks for your reply. I was not able to get your suggestion to work. The division needs a 1px horizontal border running across the top and the same across the bottom.
perhaps, this is what i suggested <div style="border:solid #000; border-width:1px 0px; width:200px; height:100px;"> </div>