[quote=d^_~b]uh.. this what i mean... take a closer look at his codes and u will see..
[quote]/* BIRTHDAY and MESSAGING ALERTS */
.badge {
width: 95%;
background-color: transparent;
background: url(YOUR IMAGE URL HERE) repeat-y right center;
[b] border: '1 to 10'px 'solid, outset, ridge, etc...' #HEX VALUE; [/b]
}[/quote]
[/quote]
ahem..you didn't get what I was trying to tell you.
Okay,I will edit that for you
It will be like this:
/* BIRTHDAY and MESSAGING ALERTS */
.badge {
width: 95%;
background-color: transparent;
background: url(YOUR IMAGE URL HERE) repeat-y right center;
border: 2px solid #[b]HEX VALUE[/b];
}
[b]REPLACE HEX VALUE[/b] with the [b]color you want[/b]
I hope you get it this time.