Sorry for such a basic CSS question, I use this CSS style to make my border width 1px but how I combine these into one line?
Thanks
PHP Code:
border-top: 1px;
border-right: 1px;
border-bottom: 1px;
border-left: 1px;
Thanks