[thelist] CSS font-size Formatting

Chris MacKenzie cm68 at st-andrews.ac.uk
Fri Aug 22 03:55:22 CDT 2003


Hi,

Can any one tell me why "smalltextbold" won't render correctly in a version
of IE 6.

The definition of smalltextbold generally resides in my css file.

<table width="603" border="0" align="center">
  <tr>
    <td >
	<span class="smalltextbold">
        You must complete on-line pre-advising which requires
	  you to check and submit your personal details.
       </span>
    </td>
  </tr>
</table>


.smalltextbold {
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

Many thanks.

Chris



More information about the thelist mailing list