it *is* as easy as modifying the definition of italics :)
(1) if you want to change all italics that are generated from wikitext (i.e.
//italicized text//), put this in your stylesheet:
em{font-family:"Times New Roman",times,serif;}
(2) if you also want links to non-existing tiddlers to be in Times (they are
italicized by default, but not wrapped in <em> tags), use the solution that
Mans posted:
.tiddlyLinkNonExisting {font-family:"Times New Roman",times,serif;}
regards,
axs
--
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.