Suppose I have the following HTML code which underlines a sentence:
<u>My name is <font color=red>Arpan</font></u>
What this does is the color of the underline for the words 'My name is ' will be black where as the color of the underline for the word 'Arpan' will be in red color since I have introduced <font color=red> just before the word 'Arpan'. Is there any way the entire underline could be made black (or red or for that matter, one uniform color)?
Thanks,
Arpan
<u>My name is <font color=red>Arpan</font></u>
What this does is the color of the underline for the words 'My name is ' will be black where as the color of the underline for the word 'Arpan' will be in red color since I have introduced <font color=red> just before the word 'Arpan'. Is there any way the entire underline could be made black (or red or for that matter, one uniform color)?
Thanks,
Arpan