|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
In XHTML strict, the bordercolor attribute (of the table tag) is not allowed. Does anyone know if it's possible to specify the bordercolor using CSS? I've try using the CSS "border-color" for the table, only the outside of the table is colored (the lines that make up the interior are not colored). How can I also get the border of my cell to be color.
Note: I am trying to get familiar with CSS and I am only at a learning stage. |
|
#2
|
||||
|
||||
|
Simply create another css class and use that for the <td>.
Chris
__________________
Pop, pop, fizz, fizz, oh what a relief it is! |
|
#3
|
||||
|
||||
|
SexyDevil!! hehe nice name
haha anyway... try setting your cell border to the same color.... td {border: blue;} good lucky and ROCK ON!! ![]() |
|
#4
|
|||
|
|||
|
Thank you, your help is surely appreciated. I have to say that CSS can do so many things it is almost scary when you start using it for the first time.
|
|
#5
|
||||
|
||||
|
Quote:
I'll drink to that. :beer:
__________________
Hello, old friend... |
|
#6
|
||||
|
||||
|
I will, too.
Wait, let me change my Avatar! <~~~~~~~~ Chris |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > CSS and table border |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|