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 can use:
border-style: solid; border-width: thin; border-color: #FFFFFF;
You can change these as you see fit, though.