View Full Version : Text


Mrs Barrett
12-03-2005, 08:19 PM
Please does anyone know how to put colour text in code on my freewebs account and bold also

Thanks very much

Arwen
12-03-2005, 08:30 PM
<style type="text/css">
body {font-weight: bold;
color: #000000; }
</style>

or

<font color="#000000"><b>Text here</b></font>