Code One
03-26-2003, 09:54 PM
Anyone know how to make just one letter in a button a different color than the rest something like this:
<grey>P</grey>rint
Get it? I bet you do. Any help would be great!!!
I think it may have something to do with this:
<style type="text/css">
p:first-letter{
float:left;color:blue
}
</style>
<p>
Code One
</p>
except I would like this to work for the text inside of a button.
thanks
Code One
<grey>P</grey>rint
Get it? I bet you do. Any help would be great!!!
I think it may have something to do with this:
<style type="text/css">
p:first-letter{
float:left;color:blue
}
</style>
<p>
Code One
</p>
except I would like this to work for the text inside of a button.
thanks
Code One