Hi,
Im trying to add code tags to my CSS.
Ive added the following to my CSS :
code {
background-color: #F9F9F9;
border: 1px dashed #444444;
color: black;
font-family: momspace,"courier new";
line-height: 1.1em;
padding: 1em;
}
But when running my site in firefox the browser doesnt even seen the new entry in the CSS and in IE 8 it displays it but incorrectly.
A test page I have can be found here : http://fir3net.com/TEST/f5-ltm-basic-nat.html
Thanks...