trinibballin3
05-13-2005, 03:50 AM
is there anyway to make the text one color and the underline a differnt color and then put another underline in a different color
|
View Full Version : underline colors trinibballin3 05-13-2005, 03:50 AM is there anyway to make the text one color and the underline a differnt color and then put another underline in a different color kittycat 05-14-2005, 02:44 AM You can do the text and one underline like this: <span style="color: #000000; border-bottom: 1px solid #FF0000">This will show black text with red underline</span> If you change solid to double it will give you a double underline, but I don't think you can change the colour. trinibballin3 05-19-2005, 02:12 AM thanks horse*chica 05-21-2005, 04:57 AM Also, if you use that along with regular <u> text </u>, you can get a colored and black underline...I've seen that before somewhere. |