how do i?

Status
Not open for further replies.
T

themasterrocker

Guest
How do i colour a part of text background in?

example. you got purple text and wanted green background behind the text
thanks for your help in advance.
 

phpasks

New Member
Messages
145
Reaction score
0
Points
0
How do i colour a part of text background in?

example. you got purple text and wanted green background behind the text
thanks for your help in advance.
HTML:
<Style>
.home-regis{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; width: 140px; color: purple; height: 16px; background-color:green;}
/* Background Image *****/
.contact-bg{background-image:url(../images/login-make-contact-bg.jpg); background-position:left; background-repeat:repeat-y}
</style>
 
T

themasterrocker

Guest
yeah. i followed Verbsite's help but i cant get the right shade of green i want. is there a way i can use #99FF33 ?
And i don't want it to be the same for all the text. just this certain bit.
 
Last edited by a moderator:
Status
Not open for further replies.
Top