Page 1 of 1
Underline With 2 Colors?
#1
Posted 27 January 2007 - 06:31 PM
how do you make the underlines 2 color like those words over there? and how do you get the bottom line bigger like that?

Follow me on Tumblr
Quesions? Requests? Ask here
Subscribe to my YT channel
#2
Posted 27 January 2007 - 07:55 PM
You made me spend like five minutes trying to solve this. Thanks for giving me a challenge!
<style>
b {
color: #ff0000;
border-bottom: 2px black solid;
padding-bottom: 1px;
text-decoration: underline;
}
</style>
That's the code that will convert any bold text to red, red underline, and a black second underline with a thickness of 2px. Feel free to message me if you need more of my assistance.
<style>
b {
color: #ff0000;
border-bottom: 2px black solid;
padding-bottom: 1px;
text-decoration: underline;
}
</style>
That's the code that will convert any bold text to red, red underline, and a black second underline with a thickness of 2px. Feel free to message me if you need more of my assistance.
#3
Posted 27 January 2007 - 08:05 PM
^^ nooo thank youuuuuu haha
ok ill message you if i have questionss =]
ok ill message you if i have questionss =]

Follow me on Tumblr
Quesions? Requests? Ask here
Subscribe to my YT channel
Share this topic:
Page 1 of 1











