bordercolor attribute validation, help! |
bordercolor attribute validation, help! |
Dec 30 2005, 06:54 PM
Post
#1
|
|
![]() Me. Me. Me... ...? ![]() ![]() ![]() Group: Member Posts: 57 Joined: Jun 2004 Member No: 25,177 |
While validating my pages that are in XHTML, it turns out that the attribute "bordercolor" for "table" is unacceptable. It claims that I could do it by using CSS, but I just can't! I tried using border-color in CSS, but when I applied it to the table, I only got one border around the whole entire table, instead of each cells.
Any help...? ^-^ Thank you in advance |
|
|
|
![]() |
Dec 30 2005, 06:58 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Errr.... Can't you just apply the border property to the <td> tag?
CODE td{border: 1px solid #000000} edit// That is what you meant by cell, isn't it? |
|
|
|
nackchoon bordercolor attribute validation Dec 30 2005, 06:54 PM
nackchoon Well actually, not really..
what happened was that... Dec 30 2005, 07:15 PM
mipadi bordercolor is not a valid attribute. Ue the ... Dec 30 2005, 07:17 PM
fishcake-y You just used the boder-color property by itself? ... Dec 30 2005, 07:25 PM
nackchoon like...
table { border-color: color; }
td { borde... Dec 30 2005, 07:25 PM
nackchoon Oh!! I got it to work!! ^-^
lol;; ... Dec 30 2005, 07:28 PM
fishcake-y Meh. Don't double-post, the edit button has a ... Dec 30 2005, 07:30 PM![]() ![]() |