In the heading of that page where it says..
<style type="text/css">
/*<![CDATA[*/
div.c3 {text-align: left}
div.c2 {text-align: center;}
li.c1 {list-style: none}
/*]]>*/
</style>
add this:
<style type="text/css">
/*<![CDATA[*/<style type="text/css">
span.blue {color:red;}
/*]]>*/
</style>
</head>
<body>
And then just before you wanted to add the word revised put this code and it will look like this:
Code:: |
<p>..... <span class="red">revised</span>.....</p>
|
<p>.....
revised.....</p>
</body>
</html>
Let me know if you have any problems or if you need help.