|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all
How would I go about changing the color of a tables border? eg. <table> <tr> <td>I would like to change the border on the right of this cell to a different color. </td> </tr> </table> any help appreciated! Thanks |
|
#2
|
|||
|
|||
|
Here it goes:
Code:
<table> <tr> <td>Normal border</td> </tr> <tr> <td style="border:1px solid #DDDDDD;" colspan="2">I would like to change the border on the right of this cell to a different color.</td> </tr> <tr> <td style="border:1px solid #FF0015;">I would like to change the border on the right of this cell to a different color.</td> <td>No color Border</td> </tr> </table> |
|
#3
|
|||
|
|||
|
Some more info can be found at:
http://www.w3schools.com/css/tryit....ss_border-color http://www.w3schools.com/css/css_examples.asp |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > How do I change a tables' border colors individually |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|