> how to change the color of the -------- page separators and the |
> table | border colors.

Try adding the following to your StyleSheet:
     .viewer hr {
         border-color: #f00;
         color: #f00;
     }

     .viewer table,
     .viewer th,
     .viewer td {
         border-color: #F00;
     }

(Note that #f00 is red.)

HTH.


-- F.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to