Here is what I have written
Code: Select all
.navbar {
height: 15;
background-color: #A4C530;
border-top-width: 1px;
border-top-color: #FF00FF;
border-bottom-width: 1px;
border-bottom-width: #FF00FF;
}Code: Select all
<td colspan="6"><img src="spacer.gif" width="196" height="15" class="navbar"></td>The top being as it is displayed and the lower being the desired effect

Why is it appearing like this? what have i done wrong:?:
Thanks for any help