> can someone show me the correct code
> to make this text show 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
-~----------~----~----~----~------~----~------~--~---