View Full Version : highlighting text in a different colour


xxjenjxx
03-05-2003, 07:50 PM
how do u get the text to highlight in a different colour other than dark blue??
i think its done by css..don't know, saw it on some site.

hope u can help
jen
x

Alcy
03-05-2003, 08:34 PM
You can change it on your own computer. Mine highlights in green :).

You can add a background to your text, something like this:

<style type="text/css">
font
{
background-color:red;
}
</style>

<font>
Text. Text. Text. Text. Text.
Text. Text. Text. Text. Text.
</font>