I'm trying to add a border to the left of a paragraph. I have on an eternal style sheet the following command:
.bord { border-left-width: 10px;
border-top-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #FD8500 }
On the doc, I have this...
<p class="bord">Pricing for our support...
The site works fine; the stylesheet is linked correctly, etc. For some reason, I can't get this to work. Any suggestions?
.bord { border-left-width: 10px;
border-top-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #FD8500 }
On the doc, I have this...
<p class="bord">Pricing for our support...
The site works fine; the stylesheet is linked correctly, etc. For some reason, I can't get this to work. Any suggestions?
