I am trying to define a border around a div tag in HTML. In some browsers the border does not appear.
Here is my HTML code:
You need to set more fields then just border-width. The style basically puts the border on the page. Width controls the thickness, and color tells it what color to make the border.
border-style: solid; border-width:thin; border-color: #FFFFFF;