This does not work either?

On Jan 21, 5:55 am, FND <[email protected]> wrote:
> > can someone show me the correct code
> > to make thistextshow up, ...white say
>
> Try adding the following to you StyleSheet:
>      #sidebar{
>          color: #FFF;
>      }
>
> If that doesn't work, it's likely to be a CSS specificity issue, so
> you'll have to target the respective elements more directly, e.g.
>      #sidebar.button {
>          color: #FFF;
>      }
>
> HTH.
>
> -- F.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to