Edinburgh Nights wrote:
> I usually add id but I have a series of tables I want to apply the same class 
> to
>
> <table class"signup_table">
>   
If you actually wrote it this way in your page, then there's your 
problem.  Try

<table class="signup_table">


>
> this doesn't work
>
> .signup_table {
> border-collapse:collapse;
> border:1px solid green;
> }
>
> or does this 
>
> table.signup_table {
> border-collapse:collapse;
> border:1px solid green;
> }
>
>   
Either of these should be fine.

Lori
> any ideas?
>
>
>   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to