Why Doesnt My Border Show Up? (css)

Ok, i have tried everything and looked at every web site, this is the right code, but my border isnt showing up. My goal is to get a yellow border on the left side of 8px and no border on the top, bottom, and right sides.<br />
<br />
Here is the css code I am using. What is wrong with it?<br />
-----------------------------------------------------------<br />
<br />
p<br />
{<br />
font-color: black;<br />
font-size: 18pt;<br />
boder-style: solid;<br />
boder-color: yellow;<br />
border-top-width: 0px;<br />
border-bottom-width: 0px;<br />
border-left-width: 8px;<br />
border-right-width: 0px;<br />
margin-top: 0px;<br />
margin-left: 0px;<br />
margin-bottom: 0px;<br />
margin-right: 0px;<br />
padding: 0px;<br />
background-color: #808080<br />
}<!--content-->Originally posted by 13 year old <br />
boder-style: solid;<br />
boder-color: yellow;<br />
i think you mis-spelled border.<!--content-->just thought i would let you know you posted in both the HTML forum and the Cross Platform Layout forums - you only need to post in one of the forums.<br />
<br />
and since the question was about CSS the Cross Platform Layout would be the correct forums<!--content-->13yearold - please don't cross post.<br />
<br />
<br />
Joe - the HTML Page Layout is just as valid a place for CSS questions - it boils down to waht the precise nature of the question is.<!--content-->
 
Back
Top