Web browser control and selection text highlight color




I have the following code:

webBrowser1.DocumentText = "<HTML><BODY contentEditable='true'><FONT
color='LightCoral'>Select Me!<FONT></BODY></HTML>";

when I select the text, the highlight does not show up correct. I'm
guessing that this is because highlight color when blended with "LightCoral"
produces masking effect?

Is there a way to control the color for the selected text?

I use VS2005.

TIA

Nayan


.