Hello Mr. Clean,
> <style>
> Panel1 {
[quoted text clipped - 8 lines]
> text-align: center;
> border:thin inset;
Wrong syntax.
If you want to use "Panel1" as a class, define it like this:
.Panel1{
...
}
- you forgot the leading point.
Next time, we'd appreciate, if
* you posted your example to an online webpage, and
* you ran a validator on it to spot the most obvious errors.
HTH,
Alex
PS: In addition, your second example - the not working one - did not
nest the spans, as the first example did...
Mr. Clean - 29 Oct 2004 13:17 GMT
<SNIP>
> Wrong syntax.
> If you want to use "Panel1" as a class, define it like this:
[quoted text clipped - 12 lines]
> PS: In addition, your second example - the not working one - did not
> nest the spans, as the first example did...
Not withstanding the admonishment, oh Guru, thank you.