Click to See Complete Forum and Search --> : underline text


tane
03-13-2003, 10:58 PM
can some please tell me how to u underline text in html or dreamweaver....the font i am using is arial black....thanks

Rntaboy
03-13-2003, 11:34 PM
<u>TEXT HERE</u>

tane
03-14-2003, 12:48 AM
thanks Rntaboy....1 more question is it possible to make the underline a different color to the text that i use

Rntaboy
03-14-2003, 05:45 AM
That I do not know. Any of you guys got this one?

Robert Wellock
03-14-2003, 06:02 AM
It is possible (because I have done it before) using CSS tricks (to get the underline a different colour to the text above) although it could produce some erratic results.

Thus I would not advise trying to get a different colour underline than font colour appearing above the underlined text.

gil davis
03-14-2003, 06:41 AM
A fairly lousy way would be to use a border.<span style="border-bottom: 3pt solid green">This should have a green underline</span>

tane
03-14-2003, 08:18 PM
Thanks for all the help guys