OK, I just found the solution myself! Previously I had just attributed the main text style to the Body tag in the style sheet.
eg body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}
I found that if I create a custom class (eg .text1) and apply it as a <span class="text1"> to the text, IE displays it correctly.
Bookmarks