PDA

View Full Version : border help



chris9902
May 24th, 2003, 02:07 PM
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:)

chris9902
May 25th, 2003, 02:40 PM
can someone please help me out:-\

Jubba
May 25th, 2003, 08:41 PM
this might help:


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

chris9902
May 26th, 2003, 08:59 AM
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"