![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am new to the whole CSS realm, and am trying to follow along in a DreamweaverMX book I have that explains how to use it. I have created a external CSS file, called tbl.css, and in my header on the page I have link href="tbl.css" rel="stylesheet" type="text/css" / The CSS file is suppost to put a red line down the left border of any table, and is defined as: td{ border-left-color: #FF0000; } The problem is that when I test this out, there is no border. What have I done wrong? Steve |
#3
| |||
| |||
|
|
td{ border-left-color: #FF0000; } |
#4
| |||
| |||
|
|
td{ border-left-color: #FF0000; } |
![]() |
| Thread Tools | |
| Display Modes | |
| |