Border help

ok i use this to make fine border round <TD*> tags

style="border: 1px solid #000000"

you can add -right -left -top -bottom after the border so it becomes

style="border-top: 1px solid #000000"

ok but how do i make it so i can have right and left or top and bottom or right and bottom or right left and top

thanks for any help:)

can someone please help me out:-\

this might help:

.border {
	border: 1px solid;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-color: #FFFFFF;
}

thanks but i did find out that if you put a ; then add the next one it work

example

style="border-right: 1px solid #000000"; border-top: 1px solid #000000"