Click to See Complete Forum and Search --> : two class?


imperial
06-05-2006, 02:28 AM
Hi,
This won't work I guess it is not acceptable! why? But I need both of this class in one call.

.bold_text_gray
{
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
COLOR: #666666;
FONT-FAMILY: Verdana, Arial
}

.left_login
{
height:20px;
width:214px;
text-align: center;
}

<td class="bold_text_gray" class="left_login">

BonRouge
06-05-2006, 02:36 AM
<tr class="bold_text_gray left_login">

imperial
06-05-2006, 11:03 PM
Hi,
Thanks on the reply BonRouge but it wont work.

<tr class="bold_text_gray & left_login">

I even put special character sign in between like "&" or "@" and still no use.


Hope anyone could help, Thanks!

drhowarddrfine
06-05-2006, 11:22 PM
There is no ampersand between the class names. As Bon showed, leave a blank space between class names.

BonRouge
06-06-2006, 12:00 PM
Hi,
Thanks on the reply BonRouge but it wont work.

<tr class="bold_text_gray & left_login">

I even put special character sign in between like "&" or "@" and still no use.


Hope anyone could help, Thanks!

Sorry, I've just noticed this reply.
I just felt like I had to say, "What on earth are you thinking?" I showed you how it's done and you tell me that something else doesn't work. :rolleyes: