New try with none of the checkboxes checked, CSS chosen from the list:
body
{
margin: 0;
padding: 0;
font-family: Arial,Helvetica,sans-serif;
font-size: .88em;
color: #4c4c4c;
cursor: default;
}
html *
{
margin: 0;
padding: 0;
}
with none of the checkboxes checked, C# chosen from list:
body
{
margin: 0;
padding: 0;
font-family: Arial,Helvetica,sans-serif;
font-size: .88em;
color: #4c4c4c;
cursor: default;
}
html *
{
margin: 0;
padding: 0;
}
Update: it seems the CSS scripts file isn't included or doesn't work. Also there's no color coding for the code that gets into the fancy layout so I guess there's also some missing external css for the color coding. I still strongly suggest that the 2.0 version of syntaxhighlighter would be used instead of 1.5.
Grz, Kris.